Remove unnecessary async from closeModal()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ export const useModalStore = defineStore("modalStore", {
|
|||||||
this.whichModal = whichModal;
|
this.whichModal = whichModal;
|
||||||
},
|
},
|
||||||
/** Closes the currently open modal. */
|
/** Closes the currently open modal. */
|
||||||
async closeModal() {
|
closeModal() {
|
||||||
this.isModalOpen = false;
|
this.isModalOpen = false;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user