Skip to content

Commit

Permalink
ci: fix propperties spec template for sb (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocembocem authored Oct 6, 2023
1 parent 8455756 commit cf06643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stories/components/InputPreview/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
BooleanSpec,
NumberSpec,
ObjectSpec,
ObjectValue,
Spec,
SpecTypes,
StringSpec,
Expand Down Expand Up @@ -52,6 +53,7 @@ const properties: ArraySpec = {
type: SpecTypes.Array,
required: true,
items: {
defaultValue: '{}' as unknown as ObjectValue,
type: SpecTypes.Object,
properties: {
key: {
Expand Down

0 comments on commit cf06643

Please sign in to comment.