diff --git a/frontend/src/components/prompts/Delete.vue b/frontend/src/components/prompts/Delete.vue index 4559b38a..0b39f7ab 100644 --- a/frontend/src/components/prompts/Delete.vue +++ b/frontend/src/components/prompts/Delete.vue @@ -75,7 +75,7 @@ export default { this.$showError(e); if (this.isListing) this.$store.commit("setReload", true); } - nextTick(() => { + this.$nextTick(() => { window.sessionStorage.setItem("modified", "false"); }); },