From 71fd05315c9ad35b8968a97ce88a1a3a12331b16 Mon Sep 17 00:00:00 2001 From: Thomas Trompette Date: Thu, 8 Jan 2026 11:28:15 +0100 Subject: [PATCH] [IF/ELSE] Capitalize branch titles + remove ending separator (#17009) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before : if - else if not capitalized, ending separator) Capture d’écran 2026-01-08 à 11 17
29 After Capture d’écran 2026-01-08 à 11 17
14 --- .../components/WorkflowEditActionIfElseBody.tsx | 1 - .../components/WorkflowIfElseBranchEditor.tsx | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/if-else-action/components/WorkflowEditActionIfElseBody.tsx b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/if-else-action/components/WorkflowEditActionIfElseBody.tsx index 9e2db92858..463b37e521 100644 --- a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/if-else-action/components/WorkflowEditActionIfElseBody.tsx +++ b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/if-else-action/components/WorkflowEditActionIfElseBody.tsx @@ -276,7 +276,6 @@ export const WorkflowEditActionIfElseBody = ({ /> )} - {isElse && } ), )}