1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

delete debugging code

This commit is contained in:
lana-k
2020-10-07 16:09:11 +02:00
parent 4841e43a09
commit d66b368ce5

View File

@@ -25,7 +25,7 @@ export default {
createNewQuery () { createNewQuery () {
const tab = { const tab = {
id: Number(new Date()), id: Number(new Date()),
name: this.$store.state.untitledLastIndex === 3 ? 'Very good query' : null, name: null,
tempName: this.$store.state.untitledLastIndex tempName: this.$store.state.untitledLastIndex
? `Untitled ${this.$store.state.untitledLastIndex}` ? `Untitled ${this.$store.state.untitledLastIndex}`
: 'Untitled', : 'Untitled',