Skip to content

Commit b0377c6

Browse files
author
Peter
committed
fix update
1 parent 039883e commit b0377c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ const settingsUpdate = (settings: Settings) => {
347347
const render = () => {
348348
store.rows = []
349349
store.clearRowIds()
350-
console.log(store.rowsIds)
351350
store.facets = {}
352351
loadColumnsFromLayout()
353352
loadStorage()
@@ -449,7 +448,8 @@ const addDemoData = (count: number = 1) => {
449448
let rand = Math.random()
450449
let origin = {
451450
port: "",
452-
file: ""
451+
file: "",
452+
api_source: ""
453453
}
454454
if (rand < 0.50) {
455455
origin.port = "8123"

0 commit comments

Comments
 (0)