fix: prettier fix
This commit is contained in:
parent
27350f27ba
commit
8ab5c35a3d
@ -91,7 +91,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(useUploadStore, ["reset"]), // Mapping reset action from upload store
|
...mapActions(useUploadStore, ["reset"]), // Mapping reset action from upload store
|
||||||
toggle: function () {
|
toggle: function () {
|
||||||
this.open = !this.open;
|
this.open = !this.open;
|
||||||
},
|
},
|
||||||
@ -100,8 +100,8 @@ export default {
|
|||||||
abortAllUploads();
|
abortAllUploads();
|
||||||
buttons.done("upload");
|
buttons.done("upload");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.reset(); // Resetting the upload store state
|
this.reset(); // Resetting the upload store state
|
||||||
this.reload = true; // Trigger reload in the file store
|
this.reload = true; // Trigger reload in the file store
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user