remove console.log
This commit is contained in:
parent
16e401737d
commit
270d0272b0
|
@ -29,8 +29,6 @@ export const getBackendUiStore = () => {
|
||||||
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()
|
||||||
|
|
||||||
store.update(state => {
|
store.update(state => {
|
||||||
|
|
Loading…
Reference in New Issue