diff --git a/src/features/attributeSelect.tsx b/src/features/attributeSelect.tsx index 09bcb4d..ce3b319 100644 --- a/src/features/attributeSelect.tsx +++ b/src/features/attributeSelect.tsx @@ -339,7 +339,10 @@ const AttributeConfigPanel = ({ const uid = await createBlock({ node: { text: value, - children: [{ text: "options", children: [{ text: "" }] }], + children: [ + { text: "options", children: [{ text: "" }] }, + { text: "range", children: [] }, + ], }, order: "last", parentUid: attributesUid,