Fix typo in Storybook action name
Co-authored-by: Ted Timmons <ted@perljam.net> See [#5646][0]. [0]: https://github.com/signalapp/Signal-Desktop/pull/5646
This commit is contained in:
parent
30783c887c
commit
aad371525a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const defaultMessageProps: MessagesProps = {
|
||||||
kickOffAttachmentDownload: action('default--kickOffAttachmentDownload'),
|
kickOffAttachmentDownload: action('default--kickOffAttachmentDownload'),
|
||||||
markAttachmentAsCorrupted: action('default--markAttachmentAsCorrupted'),
|
markAttachmentAsCorrupted: action('default--markAttachmentAsCorrupted'),
|
||||||
markViewed: action('default--markViewed'),
|
markViewed: action('default--markViewed'),
|
||||||
messageExpanded: action('dafult--message-expanded'),
|
messageExpanded: action('default--message-expanded'),
|
||||||
onHeightChange: action('default--onHeightChange'),
|
onHeightChange: action('default--onHeightChange'),
|
||||||
openConversation: action('default--openConversation'),
|
openConversation: action('default--openConversation'),
|
||||||
openLink: action('default--openLink'),
|
openLink: action('default--openLink'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue