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