Skip to content

Commit

Permalink
fix segmented story (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
1i1it committed May 9, 2024
1 parent 9cfa0c7 commit 4929254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/controls/OneOfControl.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const segmentedUISchema = {
{
type: "Control",
scope: "#/properties/deliveryOption",
options: { optionType: "dropdown" },
options: { optionType: "segmented" },
},
],
} satisfies UISchema<typeof schema>
Expand Down

0 comments on commit 4929254

Please sign in to comment.