mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
svelte check error due to new chnages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user