From 03e194ffb65612062fabbf9523084668b6cf06ba Mon Sep 17 00:00:00 2001 From: Atanas Yonkov Date: Thu, 1 Dec 2022 14:49:20 +0200 Subject: [PATCH] Add option to close the workflow modal --- client/web/workflow/src/components/WorkflowEditor.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/web/workflow/src/components/WorkflowEditor.vue b/client/web/workflow/src/components/WorkflowEditor.vue index 8ea3df8a6..4e4b3c782 100644 --- a/client/web/workflow/src/components/WorkflowEditor.vue +++ b/client/web/workflow/src/components/WorkflowEditor.vue @@ -374,6 +374,14 @@ {{ $t('editor:undelete') }} + + {{ $t('editor:back') }} + +