From d66b368ce56c93c581db7b8efa531015322766bf Mon Sep 17 00:00:00 2001 From: lana-k Date: Wed, 7 Oct 2020 16:09:11 +0200 Subject: [PATCH] delete debugging code --- src/components/MainMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainMenu.vue b/src/components/MainMenu.vue index c71c8fd..b67f48c 100644 --- a/src/components/MainMenu.vue +++ b/src/components/MainMenu.vue @@ -25,7 +25,7 @@ export default { createNewQuery () { const tab = { id: Number(new Date()), - name: this.$store.state.untitledLastIndex === 3 ? 'Very good query' : null, + name: null, tempName: this.$store.state.untitledLastIndex ? `Untitled ${this.$store.state.untitledLastIndex}` : 'Untitled',