Skip to content

Commit

Permalink
feat(editor): 💄 Change default block title
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 31, 2022
1 parent 22a36e6 commit 82f7bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/contexts/TypebotContext/actions/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

3 comments on commit 82f7bf0

@vercel
Copy link

@vercel vercel bot commented on 82f7bf0 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 82f7bf0 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 82f7bf0 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app

Please sign in to comment.