removed folder text field

This commit is contained in:
Jan Prochazka
2022-11-10 10:11:47 +01:00
parent 607ae7c872
commit 4e25b71b06

View File

@@ -220,19 +220,6 @@
</div> </div>
{/if} {/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}
<style> <style>
.row { .row {
margin: var(--dim-large-form-margin); margin: var(--dim-large-form-margin);