Upgrade storybook to 8
This commit is contained in:
parent
92f25e8a75
commit
c68aac7401
22 changed files with 4665 additions and 8269 deletions
|
@ -207,11 +207,11 @@ export default {
|
|||
component: ToastManager,
|
||||
argTypes: {
|
||||
toastType: {
|
||||
options: ToastType,
|
||||
options: [...Object.values(ToastType)],
|
||||
control: { type: 'select' },
|
||||
},
|
||||
megaphoneType: {
|
||||
options: MegaphoneType,
|
||||
options: [...Object.values(MegaphoneType)],
|
||||
control: { type: 'select' },
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue