Skip to content

Commit 106a7f2

Browse files
committed
feat: change the label for workflow version flow
1 parent 3e75a60 commit 106a7f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/twenty-front/src/modules/ui/layout/show-page/components/ShowPageRightContainer.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ export const ShowPageRightContainer = ({
222222
hide: !isWorkflow,
223223
},
224224
{
225-
id: 'flow',
226-
title: 'Flow',
225+
id: 'workflowVersion',
226+
title: 'Workflow Version',
227227
Icon: IconSettings,
228228
hide: !isWorkflowVersion,
229229
},
@@ -273,7 +273,7 @@ export const ShowPageRightContainer = ({
273273
<WorkflowVisualizer targetableObject={targetableObject} />
274274
</>
275275
);
276-
case 'flow':
276+
case 'workflowVersion':
277277
return (
278278
<>
279279
<WorkflowVersionVisualizerEffect

0 commit comments

Comments
 (0)