Skip to content

Commit 9a89d4a

Browse files
committed
fix(swatch+swatchgroup): remove disabled + selected controls for swatchgroup story
1 parent 3e33734 commit 9a89d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/swatchgroup/stories/swatchgroup.stories.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export default {
3131
imageUrl: { table: { disable: true } },
3232
isMixedValue: { table: { disable: true } },
3333
isKeyboardFocused: { table: { disable: true } },
34+
isDisabled: { table: { disable: true } },
35+
isSelected: { table: { disable: true } },
3436
isAddSwatch: { table: { disable: true } },
3537
density: {
3638
name: "Density",

0 commit comments

Comments
 (0)