1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

fix tables not showing up

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-23 13:05:22 +01:00
parent b4ba2589a2
commit 5cbba0a2ee

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