mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
fix: fix early return sync on existing flows
This commit is contained in:
@@ -171,11 +171,11 @@
|
||||
on:click={() => picker?.openDrawer()}
|
||||
size="xs"
|
||||
variant="border"
|
||||
color="blue"
|
||||
color="light"
|
||||
startIcon={{ icon: GitFork }}
|
||||
btnClasses="truncate"
|
||||
>
|
||||
Fork a script
|
||||
Fork other script
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
|
||||
@@ -480,6 +480,7 @@
|
||||
id="oauth_name"
|
||||
bind:value={$flowStore.value.early_return}
|
||||
>
|
||||
<option value={undefined}>Node's id</option>
|
||||
{#each $flowStore.value?.modules?.map((x) => x.id) as name}
|
||||
<option value={name}>{name}</option>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user