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()