From 82f7bf0ed67fe0ebd0ee68d142231640f9b3f70b Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 31 Mar 2022 14:37:38 +0200 Subject: [PATCH] =?UTF-8?q?feat(editor):=20=F0=9F=92=84=20Change=20default?= =?UTF-8?q?=20block=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/builder/contexts/TypebotContext/actions/blocks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/builder/contexts/TypebotContext/actions/blocks.ts b/apps/builder/contexts/TypebotContext/actions/blocks.ts index 1853c9618..9161600a2 100644 --- a/apps/builder/contexts/TypebotContext/actions/blocks.ts +++ b/apps/builder/contexts/TypebotContext/actions/blocks.ts @@ -42,7 +42,7 @@ const blocksActions = (setTypebot: SetTypebot): BlocksActions => ({ const newBlock: Block = { id, graphCoordinates, - title: `Block #${typebot.blocks.length}`, + title: `Group #${typebot.blocks.length}`, steps: [], } typebot.blocks.push(newBlock)