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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user