Upgrade storybook to 8
This commit is contained in:
parent
92f25e8a75
commit
c68aac7401
22 changed files with 4665 additions and 8269 deletions
|
@ -35,19 +35,19 @@ export default {
|
|||
title: 'Components/Conversation/Quote',
|
||||
argTypes: {
|
||||
isFromMe: {
|
||||
control: { type: 'checkbox' },
|
||||
control: { type: 'boolean' },
|
||||
},
|
||||
isGiftBadge: {
|
||||
control: { type: 'checkbox' },
|
||||
control: { type: 'boolean' },
|
||||
},
|
||||
isIncoming: {
|
||||
control: { type: 'checkbox' },
|
||||
control: { type: 'boolean' },
|
||||
},
|
||||
isViewOnce: {
|
||||
control: { type: 'checkbox' },
|
||||
control: { type: 'boolean' },
|
||||
},
|
||||
referencedMessageNotFound: {
|
||||
control: { type: 'checkbox' },
|
||||
control: { type: 'boolean' },
|
||||
},
|
||||
},
|
||||
args: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue