Skip to content

Commit 00b390c

Browse files
committed
svelte check error due to new chnages
1 parent 729b6b0 commit 00b390c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/lib/components/git/selectRootModal.svelte

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,13 @@
152152
<span slot="description">
153153
Select the directory where your site code is located using the menu below.
154154
</span>
155-
<DirectoryPicker {directories} {isLoading} on:select={fetchContents} bind:expanded />
155+
<DirectoryPicker
156+
{directories}
157+
{isLoading}
158+
bind:expanded
159+
selected={currentPath}
160+
openTo={currentPath}
161+
on:select={fetchContents} />
156162

157163
<svelte:fragment slot="footer">
158164
<Button secondary on:click={() => (show = false)}>Cancel</Button>

0 commit comments

Comments
 (0)