feat(app): able to set a parent

This commit is contained in:
Quentin Laffont
2022-11-04 10:05:17 +01:00
parent 8c051ff5f7
commit b0d61f974c
5 changed files with 53 additions and 3 deletions

View File

@@ -217,6 +217,19 @@
disabled={isConnected}
/>
</div>
</div>
{/if}
{#if driver}
<div>
<div class="is-full select-row">
<!-- TODO: Able to use with svelte-select the possibility to use isCreatable & isClearable -->
<FormTextField
label="Parent Folder"
name="parent"
disabled={isConnected}
/>
</div>
</div>
{/if}