Skip to content

Commit

Permalink
Remove props from specs and stories
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Sep 5, 2024
1 parent 95df536 commit 4288256
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/circuit-ui/components/Toggle/Toggle.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import { Toggle } from './Toggle.js';
const defaultProps = {
label: 'Label',
description: 'A longer explanation',
checkedLabel: 'on',
uncheckedLabel: 'off',
};

describe('Toggle', () => {
Expand Down
2 changes: 0 additions & 2 deletions packages/circuit-ui/components/Toggle/Toggle.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export default {

const baseArgs = {
label: 'Short label',
checkedLabel: 'on',
uncheckedLabel: 'off',
disabled: false,
};

Expand Down

0 comments on commit 4288256

Please sign in to comment.