1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00
This commit is contained in:
lana-k
2021-01-27 21:04:43 +01:00
parent d45212733d
commit a8f49d9187
2 changed files with 6 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ export default {
}
// Get queries from local storage
let myQueries = this.getStoredQueries()
const myQueries = this.getStoredQueries()
// Set createdAt
if (newName) {