1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

fix tables not showing up

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-23 13:05:22 +01:00
parent b8f6eb2afb
commit 4eb0a505bd

View file

@ -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