From 3c2af06bfeffb0696bcbede529e5fd9c19bd035f Mon Sep 17 00:00:00 2001 From: Ivica Cardic Date: Sat, 7 Dec 2024 08:26:46 +0100 Subject: [PATCH] 1207 - client - Remove feature-flag from conditon --- .../components/WorkflowNodesTabs.tsx | 53 ++++++++++--------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/client/src/pages/platform/workflow-editor/components/WorkflowNodesTabs.tsx b/client/src/pages/platform/workflow-editor/components/WorkflowNodesTabs.tsx index 94bc419151..b54fe941e8 100644 --- a/client/src/pages/platform/workflow-editor/components/WorkflowNodesTabs.tsx +++ b/client/src/pages/platform/workflow-editor/components/WorkflowNodesTabs.tsx @@ -50,7 +50,7 @@ const WorkflowNodesTabs = ({ )} - {ff_1057 && !hideTaskDispatchers && ( + {!hideTaskDispatchers && ( Flows @@ -128,31 +128,36 @@ const WorkflowNodesTabs = ({