Skip to content

Commit

Permalink
Also disable NumberControl value control
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Dec 5, 2024
1 parent f7126d2 commit 7381add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const meta: Meta< typeof NumberControl > = {
step: { control: { type: 'text' } },
suffix: { control: { type: 'text' } },
type: { control: { type: 'text' } },
value: { control: { type: 'text' } },
value: { control: { type: false } },
},
parameters: {
controls: { expanded: true },
Expand Down

0 comments on commit 7381add

Please sign in to comment.