Skip to content

Commit

Permalink
chore: revert storybook chages
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom committed Sep 4, 2024
1 parent d47ba9d commit aaf298f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/react/src/components/NumberInput/NumberInput.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const withAILabel = () => (
export const Playground = (args) => {
return (
<NumberInput
id="carbon-number-play"
id="carbon-number"
min={-100}
max={100}
value={50}
Expand All @@ -104,31 +104,31 @@ Playground.args = {

Playground.argTypes = {
className: {
control: {
table: {
disable: true,
},
},
defaultValue: {
control: {
table: {
disable: true,
},
},
helperText: {
control: { type: 'text' },
table: { type: 'text' },
},
id: {
control: {
table: {
disable: true,
},
},
invalidText: {
control: { type: 'text' },
table: { type: 'text' },
},
label: {
control: { type: 'text' },
table: { type: 'text' },
},
light: {
control: {
table: {
disable: true,
},
},
Expand Down

0 comments on commit aaf298f

Please sign in to comment.