Skip to content

Commit

Permalink
fix: disableUnits prop in story and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Jan 6, 2025
1 parent b36ff1a commit 62ed2fe
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 @@ -34,7 +34,7 @@ const Example = () => {

### Props

#### disabledUnits
#### disableUnits

If true, the unit `<select>` is hidden.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const meta = {
defaultValue: { summary: false },
},
},
disabledUnits: {
disableUnits: {
control: 'boolean',
description: 'If true, the unit select is hidden.',
table: {
Expand Down

0 comments on commit 62ed2fe

Please sign in to comment.