Fix UI crash in moderation interface when opening the media modal (#24816)
This commit is contained in:
committed by
GitHub
parent
a610a02d4f
commit
5241f7b2fd
@@ -256,7 +256,7 @@ class MediaGallery extends React.PureComponent {
|
||||
};
|
||||
|
||||
handleClick = (index) => {
|
||||
this.props.onOpenMedia(this.props.media, index);
|
||||
this.props.onOpenMedia(this.props.media, index, this.props.lang);
|
||||
};
|
||||
|
||||
handleRef = c => {
|
||||
|
||||
Reference in New Issue
Block a user