Moves saveAttachment to a redux action
This commit is contained in:
parent
c8068cd501
commit
b138774454
34 changed files with 190 additions and 216 deletions
|
@ -30,8 +30,9 @@ export function AvatarLightbox({
|
|||
<Lightbox
|
||||
closeLightbox={onClose}
|
||||
i18n={i18n}
|
||||
media={[]}
|
||||
isViewOnce
|
||||
media={[]}
|
||||
saveAttachment={noop}
|
||||
toggleForwardMessageModal={noop}
|
||||
>
|
||||
<AvatarPreview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue