Skip to content

Commit 751857a

Browse files
authored
fix bug (#499)
1 parent 7069543 commit 751857a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/features/attributeSelect.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,10 @@ const AttributeConfigPanel = ({
339339
const uid = await createBlock({
340340
node: {
341341
text: value,
342-
children: [{ text: "options", children: [{ text: "" }] }],
342+
children: [
343+
{ text: "options", children: [{ text: "" }] },
344+
{ text: "range", children: [] },
345+
],
343346
},
344347
order: "last",
345348
parentUid: attributesUid,

0 commit comments

Comments
 (0)