chore(frontend): improve ux for "skip if stopped" (#912)

This commit is contained in:
Jakub Kołodziejczak
2022-11-16 21:12:22 +01:00
committed by GitHub
parent 9f7ed2bb88
commit dca2952ea9

View File

@@ -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]" />