Skip to content

Commit 7ebc8f5

Browse files
committed
fix(swatch+swatchgroup): add missing isAddSwatch arg for swatchgroup story
1 parent 80722ea commit 7ebc8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/swatchgroup/stories/swatchgroup.stories.js

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export default {
8080
containerWidth: "200px",
8181
isDisabled: false,
8282
isSelected: false,
83+
isAddSwatch: false,
8384
items: [
8485
{swatchColor: "rgb(184, 109, 70)",},
8586
{swatchColor: "rgb(240, 56, 35)",},

0 commit comments

Comments
 (0)