Skip to content

Commit 4929254

Browse files
authored
fix segmented story (#77)
1 parent 9cfa0c7 commit 4929254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stories/controls/OneOfControl.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const segmentedUISchema = {
158158
{
159159
type: "Control",
160160
scope: "#/properties/deliveryOption",
161-
options: { optionType: "dropdown" },
161+
options: { optionType: "segmented" },
162162
},
163163
],
164164
} satisfies UISchema<typeof schema>

0 commit comments

Comments
 (0)