Skip to content

Commit

Permalink
fix: storybook prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tshimber committed Aug 28, 2024
1 parent 30cfc38 commit 8786cf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<script>
export default {
props: {
styles: {type: String},
disabled: {type: Boolean, default: false},
preselected: {type: Boolean, default: false},
withIcon: {type: Boolean, default: true},
size: {type: String, default: 'small'},
styles: { type: String },
disabled: { type: Boolean, default: false },
preselected: { type: Boolean, default: false },
withIcon: { type: Boolean, default: true },
size: { type: String, default: 'small' },
},
};
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
export default {
name: 'Tab Header',
props: {
styles: {type: String},
disabled: {type: Boolean, default: 'false'},
selected: {type: Boolean, default: 'false'},
size: {type: ['large', 'small'], default: 'small'}
}
styles: { type: String },
disabled: { type: Boolean, default: 'false' },
selected: { type: Boolean, default: 'false' },
size: { type: ['large', 'small'], default: 'small' },
},
};
</script>

0 comments on commit 8786cf6

Please sign in to comment.