Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed Mar 26, 2024
1 parent e819880 commit 862a19e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
6 changes: 5 additions & 1 deletion src/Accordion/Accordion.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ export default {
controls: { exclude: [] },
},
args: {},
argTypes: {},
argTypes: {
activeKey: { control: { type: null } },
as: { control: { type: null } },
onSelect: { control: { type: null } },
},
};

export const Default = (args) => (
Expand Down
17 changes: 0 additions & 17 deletions src/CopyToClipboardButton/CopyToClipboardButton.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,3 @@ export default {
};

export const Primary = {};

// export const Default = () => (
// <CopyToClipboardButton
// copyText={text('Copy text', 'Copy me!')}
// displayText={text('Display text', 'Click to copy')}
// trackingEvent="copy-text"
// />
// );

// export const Secondary = () => (
// <CopyToClipboardButton
// copyText={text('Copy text', 'Copy me!')}
// displayText={text('Display text', 'Click to copy')}
// trackingEvent="copy-text"
// variant="secondary"
// />
// );

0 comments on commit 862a19e

Please sign in to comment.