Skip to content

Commit

Permalink
fix(storybook): update tile attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Sep 28, 2023
1 parent 1533f2b commit e11aea1
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ const storyParams = {
category: 'Slot',
defaultValue: ''
},
contrasted: {
category: 'Misc',
defaultValue: false
},
disabled: {
category: 'Misc',
defaultValue: false
Expand All @@ -77,6 +73,14 @@ const storyParams = {
category: 'Misc',
defaultValue: false
},
loading: {
category: 'Misc',
defaultValue: false
},
hasFocus: {
category: 'Misc',
defaultValue: false
},
};

export default {
Expand Down

0 comments on commit e11aea1

Please sign in to comment.