Skip to content

Commit cf06643

Browse files
authored
ci: fix propperties spec template for sb (#124)
1 parent 8455756 commit cf06643

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stories/components/InputPreview/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
BooleanSpec,
66
NumberSpec,
77
ObjectSpec,
8+
ObjectValue,
89
Spec,
910
SpecTypes,
1011
StringSpec,
@@ -52,6 +53,7 @@ const properties: ArraySpec = {
5253
type: SpecTypes.Array,
5354
required: true,
5455
items: {
56+
defaultValue: '{}' as unknown as ObjectValue,
5557
type: SpecTypes.Object,
5658
properties: {
5759
key: {

0 commit comments

Comments
 (0)