diff --git a/frontend/src/lib/components/flows/content/FlowBranchesAllWrapper.svelte b/frontend/src/lib/components/flows/content/FlowBranchesAllWrapper.svelte index 94e00d0946..84fc3e3353 100644 --- a/frontend/src/lib/components/flows/content/FlowBranchesAllWrapper.svelte +++ b/frontend/src/lib/components/flows/content/FlowBranchesAllWrapper.svelte @@ -1,15 +1,16 @@ -
+

Retries @@ -40,8 +41,8 @@

-
-
+
+
Attempts
-
Delay (in seconds)
- +
Delay
+ {:else}
Attempts
-
Delay (in seconds)
- +
Delay
+ {/if}
{/if}
-
+
{#if true} {@const { attempts: cAttempts, seconds: cSeconds } = flowModule.retry?.constant || {}} {@const { @@ -115,14 +116,12 @@ (_, i) => (multiplier || 0) * (eSeconds || 0) ** (i + cArray.length + 1) )} {@const array = [...cArray, ...eArray]} -
+
Retry attempts
{#if array.length > 0} - + {#each array.slice(1) as delay, i} diff --git a/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte b/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte index 529f63e545..ff95027dd6 100644 --- a/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte +++ b/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte @@ -55,7 +55,7 @@ on:click_outside={() => propPickerConfig.set(undefined)} > - +
1:1: After {array[0]} second{array[0] === 1 ? '' : 's'}