remove import csv button

This commit is contained in:
Michael Shanks 2020-07-07 13:51:12 +01:00
parent 94509a814d
commit 671170d564
1 changed files with 2 additions and 0 deletions

View File

@ -103,10 +103,12 @@
class="budibase__input"
bind:value={$backendUiStore.draftModel.name} />
</div>
<!-- dont have this capability yet..
<div class="titled-input">
<header>Import Data</header>
<Button wide secondary>Import CSV</Button>
</div>
-->
{/if}
<footer>
<Button disabled={!edited} green={edited} wide on:click={saveModel}>