placeholder for "no model selected"

This commit is contained in:
Michael Shanks 2020-06-02 06:32:57 +01:00
parent 5b77c1ea69
commit 074cb2a886
1 changed files with 3 additions and 1 deletions

View File

@ -40,8 +40,10 @@
</ActionButton>
{/if}
</div>
{#if $backendUiStore.selectedDatabase._id}
{#if $backendUiStore.selectedDatabase._id && $backendUiStore.selectedModel.name}
<ModelDataTable {selectRecord} />
{:else}
<h3>Start building - create your first model >>> </h3>
{/if}
<style>