remove console.log
This commit is contained in:
parent
1462d8dd55
commit
f4c30bd360
|
@ -28,8 +28,6 @@ export const getBackendUiStore = () => {
|
||||||
api.get(`/api/queries`).then(r => r.json()),
|
api.get(`/api/queries`).then(r => r.json()),
|
||||||
api.get("/api/integrations").then(r => r.json())
|
api.get("/api/integrations").then(r => r.json())
|
||||||
])
|
])
|
||||||
|
|
||||||
console.log(tables)
|
|
||||||
|
|
||||||
const permissionLevels = await store.actions.permissions.fetchLevels()
|
const permissionLevels = await store.actions.permissions.fetchLevels()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue