3
0

Add option to close the workflow modal

This commit is contained in:
Atanas Yonkov
2022-12-01 14:49:20 +02:00
parent d722aa05f5
commit 03e194ffb6
@@ -374,6 +374,14 @@
{{ $t('editor:undelete') }}
</c-input-confirm>
<b-button
v-if="workflow.workflowID === '0'"
variant="light"
@click="$router.back()"
>
{{ $t('editor:back') }}
</b-button>
<b-button
variant="primary"
data-test-id="button-save-workflow"