Skip to content

Commit

Permalink
fix: some stories
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 6, 2023
1 parent 58f05ef commit 074d60b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 246 deletions.
111 changes: 0 additions & 111 deletions packages/design-system/src/stories/form/Checkbox/Checkbox.mdx

This file was deleted.

127 changes: 0 additions & 127 deletions packages/design-system/src/stories/form/Checkbox/Checkbox.stories.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ import { Form, ToggleSwitch } from '@talend/design-system';

import * as Stories from './ToggleSwitch.stories';

<Meta
title="Design System/Form/Form Fields/ToggleSwitch"
component={ToggleSwitch}
parameters={{
status: { figma: 'ok', storybook: 'ok', react: 'ok', i18n: 'na' },
}}
/>
<Meta of={Stories} />

# ToggleSwitch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { useForm } from 'react-hook-form';

export default {
title: 'Form/Fields/ToggleSwitch',
component: Form.ToggleSwitch,
component: ToggleSwitch,
};

export const ToggleSwitchStates = () => (
Expand Down

0 comments on commit 074d60b

Please sign in to comment.