fix: missing params.

This commit is contained in:
Darshan
2025-07-03 09:47:22 +05:30
parent a9010505f0
commit 85d3289d5b
2 changed files with 10 additions and 2 deletions
@@ -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}
@@ -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}