mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: missing params.
This commit is contained in:
+5
-1
@@ -274,5 +274,9 @@
|
||||
<DisconnectRepo bind:show={showDisconnect} on:success={loadRepository} />
|
||||
{/if}
|
||||
{#if showSelectRoot}
|
||||
<SelectRootModal bind:show={showSelectRoot} product="sites" bind:rootDir={selectedDir} />
|
||||
<SelectRootModal
|
||||
bind:show={showSelectRoot}
|
||||
product="sites"
|
||||
bind:rootDir={selectedDir}
|
||||
branch={selectedBranch} />
|
||||
{/if}
|
||||
|
||||
+5
-1
@@ -269,5 +269,9 @@
|
||||
{/if}
|
||||
|
||||
{#if showSelectRoot}
|
||||
<SelectRootModal bind:show={showSelectRoot} product="sites" bind:rootDir={selectedDir} />
|
||||
<SelectRootModal
|
||||
bind:show={showSelectRoot}
|
||||
product="sites"
|
||||
bind:rootDir={selectedDir}
|
||||
branch={selectedBranch} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user