From abeebe93e185e71e771d7d638ba4f542c32efc76 Mon Sep 17 00:00:00 2001 From: Romeo Balta <7095569+romeobalta@users.noreply.github.com> Date: Wed, 13 Aug 2025 08:13:05 +0100 Subject: [PATCH] fix(editor): Ready to run workflows template fix (no-changelog) (#18263) --- .../experiments/readyToRunWorkflows/workflows/1_playground.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/editor-ui/src/experiments/readyToRunWorkflows/workflows/1_playground.ts b/packages/frontend/editor-ui/src/experiments/readyToRunWorkflows/workflows/1_playground.ts index d775c524ea3..198eb20df6d 100644 --- a/packages/frontend/editor-ui/src/experiments/readyToRunWorkflows/workflows/1_playground.ts +++ b/packages/frontend/editor-ui/src/experiments/readyToRunWorkflows/workflows/1_playground.ts @@ -266,7 +266,7 @@ export const PLAYGROUND_1: WorkflowDataCreate = { ], ], }, - 'Set Category = Personnal': { + 'Set Category = Personal': { main: [ [ { @@ -299,7 +299,7 @@ export const PLAYGROUND_1: WorkflowDataCreate = { ], [ { - node: 'Set Category = Personnal', + node: 'Set Category = Personal', type: 'main', index: 0, },