Skip to content

Commit

Permalink
fix: default story
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesytim committed Jul 12, 2022
1 parent bbce6c7 commit a4680d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/components/QCheckbox.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const storyMetadata: Meta = {
},
indeterminate: {
control: { type: 'boolean' },
defaultValue: true
defaultValue: false
},
labelSize: {
options: ['regular', 'small'],
Expand Down

0 comments on commit a4680d0

Please sign in to comment.