svelte check error due to new chnages

This commit is contained in:
Harsh Mahajan
2026-02-10 17:53:46 +05:30
parent 729b6b03cc
commit 00b390c24d
@@ -152,7 +152,13 @@
<span slot="description">
Select the directory where your site code is located using the menu below.
</span>
<DirectoryPicker {directories} {isLoading} on:select={fetchContents} bind:expanded />
<DirectoryPicker
{directories}
{isLoading}
bind:expanded
selected={currentPath}
openTo={currentPath}
on:select={fetchContents} />
<svelte:fragment slot="footer">
<Button secondary on:click={() => (show = false)}>Cancel</Button>