fix: remove isOpen from storybook

This commit is contained in:
jongomez 2023-10-04 17:00:20 +01:00 committed by Jon
parent b5bf39c234
commit 3c398e7e09
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ export default {
value: ['xsmall', 'small', 'medium', 'large'], value: ['xsmall', 'small', 'medium', 'large'],
}, },
}, },
isOpen: {
table: {
disable: true,
},
},
}, },
} as Meta } as Meta