Skip to content

Commit 6d5a010

Browse files
pfultoncastastrophe
authored andcommitted
chore: rebase against main and update components to use prerelease tokens
1 parent 6f36561 commit 6d5a010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.storybook/foundations/down-state/checkbox-down-state.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export default {
1010
},
1111
parameters: {
1212
actions: {
13-
handles: ['click input[type="checkbox"]'],
13+
handles: ["click input[type=\"checkbox\"]"],
1414
},
1515
},
16-
tags: ['foundation'],
16+
tags: ["foundation"],
1717
};
1818

1919
export const CheckboxDownState = Template.bind({});

0 commit comments

Comments
 (0)