From 338b354ef1600903833c9939a8618d1989534e0b Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Fri, 3 Feb 2023 14:00:22 +0100 Subject: [PATCH] fix(editor): Change executions title to match menu (#5349) * fix(editor): Prevent content moving between pages * fix(editor): Change execution page title --- .../src/components/ExecutionsList.vue | 20 +++++++++++-------- .../src/plugins/i18n/locales/en.json | 2 +- .../editor-ui/src/views/TemplatesView.vue | 14 ++++++------- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/packages/editor-ui/src/components/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsList.vue index dd07f9069499f..e511e98ec0213 100644 --- a/packages/editor-ui/src/components/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsList.vue @@ -1,13 +1,7 @@