From 0339aafe1474bbfd4bc45663ae8e6b3096ba6565 Mon Sep 17 00:00:00 2001 From: lana-k Date: Thu, 17 Dec 2020 18:15:41 +0100 Subject: [PATCH] Save dialog remembers the name for another tab #22 --- src/components/MainMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/MainMenu.vue b/src/components/MainMenu.vue index 5ab4935..203be72 100644 --- a/src/components/MainMenu.vue +++ b/src/components/MainMenu.vue @@ -101,6 +101,7 @@ export default { const isFromScratch = !this.currentQuery.initName if (isFromScratch || this.isPredefined) { + this.name = '' this.$modal.show('save') } else { this.saveQuery()