Skip to content

Commit

Permalink
fix(NumberInput): remove unnecessary disabled prob to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbescodes committed Jan 23, 2024
1 parent 0343b49 commit 0916999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/core/NumberInput/NumberInput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const Addons: Story = {
max={5}
step={0.1}
stepper
disabled
/>
),
};
Expand Down

0 comments on commit 0916999

Please sign in to comment.