From 2e12c50477014c57fa665ba36f48ff658cf7ee94 Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Thu, 27 Apr 2023 13:35:12 +0200 Subject: [PATCH] fix(editor): Loading state for executions tab (#6100) * fix(editor): Loading state for executions tab * fix(editor): do not show no result if loading --- .../src/components/ExecutionsView/ExecutionsList.vue | 4 ++-- .../components/ExecutionsView/ExecutionsSidebar.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue b/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue index 45e4d333ef9c8..abf24cbee1a22 100644 --- a/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue +++ b/packages/editor-ui/src/components/ExecutionsView/ExecutionsList.vue @@ -1,8 +1,8 @@