chore(frontend): improve ux for "skip if stopped" (#912)
This commit is contained in:
committed by
GitHub
parent
9f7ed2bb88
commit
dca2952ea9
@@ -46,7 +46,7 @@
|
||||
<Toggle
|
||||
bind:checked={flowModule.stop_after_if.skip_if_stopped}
|
||||
options={{
|
||||
right: 'Skip if stopped'
|
||||
right: 'Label flow as "skipped" if stopped'
|
||||
}}
|
||||
/>
|
||||
<span class="text-xs font-bold">Stop condition expression</span>
|
||||
@@ -70,7 +70,7 @@
|
||||
<Toggle
|
||||
disabled
|
||||
options={{
|
||||
right: 'Skip if stopped'
|
||||
right: 'Label flow as "skipped" if stopped'
|
||||
}}
|
||||
/> <span class="text-xs font-bold">Stop condition expression</span>
|
||||
<textarea disabled rows="3" class="min-h-[80px]" />
|
||||
|
||||
Reference in New Issue
Block a user