Fix: dropdown demo Checkbox missing required tone (unbreak main)#36
Conversation
|
📚 Storybook preview: https://pr-36-propel-storybook.vamsi-906.workers.dev |
There was a problem hiding this comment.
Pull request overview
Restores main typecheck by updating the Dropdown Storybook demo to comply with the Checkbox API change that made tone a required prop.
Changes:
- Add
tone="neutral"to theCheckboxused inPanelCheckboxRowwithindropdown.stories.tsx.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This is a one-line build hotfix that unblocks main (typecheck broke after #16 + #22 both merged, a dropdown demo Checkbox was missing the now-required |
main's typecheck broke once #16 (Dropdown, uses Checkbox) and #22 (Checkbox tone required) both merged, since the dropdown demo story's Checkbox had no tone. Adds tone="neutral". Restores green main.