fix tables not showing up
This commit is contained in:
parent
b4ba2589a2
commit
5cbba0a2ee
|
@ -28,9 +28,10 @@
|
||||||
...table.views[viewName],
|
...table.views[viewName],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if $database?.selected?._id}
|
{#if $database?._id}
|
||||||
<div class="hierarchy-items-container">
|
<div class="hierarchy-items-container">
|
||||||
{#each $tables.list as table, idx}
|
{#each $tables.list as table, idx}
|
||||||
<NavItem
|
<NavItem
|
||||||
|
|
Loading…
Reference in New Issue