Skip to content

Commit

Permalink
removed reset control option from button story => not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
verena-ifx authored and verena-ifx committed Jun 23, 2023
1 parent 712ca3d commit 2d7394a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
control: { type: 'radio' },
},
type: {
options: ['submit', 'button', 'reset'],
options: ['submit', 'button'],
control: { type: 'radio' },
},
size: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
control: { type: 'radio' },
},
type: {
options: ['submit', 'button', 'reset'],
options: ['submit', 'button'],
control: { type: 'radio' },
},
size: {
Expand Down

0 comments on commit 2d7394a

Please sign in to comment.