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 6f36561 commit 6d5a010Copy full SHA for 6d5a010
.storybook/foundations/down-state/checkbox-down-state.stories.js
@@ -10,10 +10,10 @@ export default {
10
},
11
parameters: {
12
actions: {
13
- handles: ['click input[type="checkbox"]'],
+ handles: ["click input[type=\"checkbox\"]"],
14
15
16
- tags: ['foundation'],
+ tags: ["foundation"],
17
};
18
19
export const CheckboxDownState = Template.bind({});
0 commit comments