Skip to content

Commit

Permalink
ux nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Nov 26, 2023
1 parent dbaef0a commit 731f92b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/lib/components/flows/content/FlowSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -449,13 +449,13 @@
</Section>
</TabContent>
<TabContent value="settings-early-return" class="p-4">
<Section label="Early stop">
<svelte:fragment slot="header">
<Tooltip>
<Section label="Early Return">
<div class="py-2">
<Alert type="info" title="Return sync endpoints early">
If defined, sync endpoints will return early at the node defined here while the
rest of the flow continue asynchronously.
</Tooltip>
</svelte:fragment>
</Alert>
</div>
<Toggle
checked={Boolean($flowStore.value.early_return)}
on:change={() => {
Expand Down

0 comments on commit 731f92b

Please sign in to comment.