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',