feat: approval steps description

This commit is contained in:
Ruben Fiszel
2024-03-27 14:04:14 +01:00
parent 240ae93748
commit 810136a4a4
7 changed files with 93 additions and 21 deletions
@@ -221,6 +221,13 @@
</div>
{/if}
{#if flowModule.suspend?.resume_form}
<Toggle
bind:checked={flowModule.suspend.hide_cancel}
size="xs"
options={{
right: 'Hide cancel button on approval page'
}}
/>
<SchemaEditor bind:schema={flowModule.suspend.resume_form.schema} />
{/if}
</div>