+
+
+
+
+ {headerTitle}
+
+
+ {headerDesc}
+
+
+
+
+
+
+
+ {kind === 'folder' ? 'Destination parent' : 'Destination'}
+
+
+ {#if foldersQuery.isPending}
+
+ {:else if (foldersQuery.data ?? []).length === 0}
+
+ {:else}
+
+
+ (pickedPath = p)}
+ selectedPath={pickedPath}
+ readonly
+ />
+ {/if}
+
+
+
+
+ {#if showOptions}
+
+ {/if}
+
+
+
+
+
+
+