Skip to content

Commit 0ef97de

Browse files
committed
fix: set block name as body for root
1 parent 8fa9847 commit 0ef97de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/utils/blockTemplate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function getBlockTemplate(
1414
return {
1515
componentId: "root",
1616
componentName: "div",
17+
blockName: "body",
1718
originalElement: "body",
1819
children: [],
1920
baseStyles: {

0 commit comments

Comments
 (0)