feat(editor): 💄 Change default block title
This commit is contained in:
@ -42,7 +42,7 @@ const blocksActions = (setTypebot: SetTypebot): BlocksActions => ({
|
|||||||
const newBlock: Block = {
|
const newBlock: Block = {
|
||||||
id,
|
id,
|
||||||
graphCoordinates,
|
graphCoordinates,
|
||||||
title: `Block #${typebot.blocks.length}`,
|
title: `Group #${typebot.blocks.length}`,
|
||||||
steps: [],
|
steps: [],
|
||||||
}
|
}
|
||||||
typebot.blocks.push(newBlock)
|
typebot.blocks.push(newBlock)
|
||||||
|
Reference in New Issue
Block a user