Skip to content

Commit

Permalink
docs(button): remove atomclick from events
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jul 15, 2023
1 parent ad88152 commit 3121dfe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/core/src/components/button/stories/button.args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Category } from '@atomium/storybook-utils/enums/table'
export const ButtonStoryArgs = {
parameters: {
actions: {
handles: ['atomClick'],
handles: ['click'],
},
docs: {
description: {
Expand Down Expand Up @@ -123,13 +123,6 @@ export const ButtonStoryArgs = {
category: Category.PROPERTIES,
},
},
atomClick: {
action: 'atomClick',
description: 'Emitted when the button is clicked.',
table: {
category: 'Events',
},
},
},
}

Expand Down

0 comments on commit 3121dfe

Please sign in to comment.