1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +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 () {
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',