diff --git a/.storybook/foundations/down-state/checkbox-down-state.stories.js b/.storybook/foundations/down-state/checkbox-down-state.stories.js index 855ba96b45b..34a3a5005a3 100644 --- a/.storybook/foundations/down-state/checkbox-down-state.stories.js +++ b/.storybook/foundations/down-state/checkbox-down-state.stories.js @@ -10,10 +10,10 @@ export default { }, parameters: { actions: { - handles: ["click input[type=\"checkbox\"]"], + handles: ['click input[type="checkbox"]'], }, }, - tags: ["foundation"], + tags: ['foundation'], }; export const CheckboxDownState = Template.bind({});