We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189f5c9 commit 3926d74Copy full SHA for 3926d74
components/accordion/stories/accordion.stories.js
@@ -160,7 +160,7 @@ CustomWidth.args = {
160
},
161
};
162
CustomWidth.parameters = {
163
- chromatic: { disableSnapshot: false },
+ chromatic: { disableSnapshot: true },
164
165
166
/**
@@ -202,6 +202,9 @@ DirectActions.tags = ["!dev"];
202
DirectActions.args = {
203
items: directActionsContent
204
205
+DirectActions.parameters = {
206
207
+};
208
209
210
* Individual accordion items can be disabled by applying the `.is-disabled` class to the
0 commit comments