fix tables not showing up
This commit is contained in:
parent
b8f6eb2afb
commit
4eb0a505bd
|
@ -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