perf(webui): remove redundant API call in EditSeriesDialog

This commit is contained in:
Gauthier Roebroeck 2023-07-27 11:10:33 +08:00
parent f7b6e0d913
commit 11f8aaf122

View File

@ -647,7 +647,6 @@ export default Vue.extend({
},
series(val) {
this.dialogReset(val)
this.getThumbnails(val)
},
},
validations: {