hiding the `<EmptyModel />` for now

This commit is contained in:
Michael Shanks 2020-07-03 14:44:25 +01:00
parent cf696f109d
commit cb0492886b
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@
} }
</script> </script>
{#if selectedModel.schema && Object.keys(selectedModel.schema).length === 0} {#if $backendUiStore.selectedDatabase._id && selectedModel.name}
<EmptyModel />
{:else if $backendUiStore.selectedDatabase._id && selectedModel.name}
<ModelDataTable /> <ModelDataTable />
{:else} {:else}
<i style="color: var(--grey-4)">create your first table to start building</i> <i style="color: var(--grey-4)">create your first table to start building</i>