Skip to content

Commit

Permalink
fix: remove isOpen from storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 4, 2023
1 parent 8e3b049 commit d0ed81d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/lsd-react/src/components/Modal/Modal.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export default {
value: ['xsmall', 'small', 'medium', 'large'],
},
},
isOpen: {
table: {
disable: true,
},
},
},
} as Meta

Expand Down

0 comments on commit d0ed81d

Please sign in to comment.