Skip to content

Commit 0dfcfd0

Browse files
committed
test: fix ControlChip condition mapping
1 parent 1cf81f2 commit 0dfcfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stories/ControlChip.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ type Story = StoryObj<typeof meta>;
1818

1919
const conditionMap = {
2020
checked: {
21-
false: { disabled: false },
22-
true: { disabled: true },
21+
false: { checked: false },
22+
true: { checked: true },
2323
},
2424
layout: {
2525
withText: { layout: "withText", children: "Control Chip" },

0 commit comments

Comments
 (0)