We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e75a60 commit 106a7f2Copy full SHA for 106a7f2
packages/twenty-front/src/modules/ui/layout/show-page/components/ShowPageRightContainer.tsx
@@ -222,8 +222,8 @@ export const ShowPageRightContainer = ({
222
hide: !isWorkflow,
223
},
224
{
225
- id: 'flow',
226
- title: 'Flow',
+ id: 'workflowVersion',
+ title: 'Workflow Version',
227
Icon: IconSettings,
228
hide: !isWorkflowVersion,
229
@@ -273,7 +273,7 @@ export const ShowPageRightContainer = ({
273
<WorkflowVisualizer targetableObject={targetableObject} />
274
</>
275
);
276
- case 'flow':
+ case 'workflowVersion':
277
return (
278
<>
279
<WorkflowVersionVisualizerEffect
0 commit comments