Add option to close the workflow modal
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user