Skip to content
Snippets Groups Projects
Unverified Commit c95d9aab authored by Sunny Ripert's avatar Sunny Ripert Committed by GitHub
Browse files

Fix JavaScript console error on upload editing status (#19769)

parent 9616f5bb
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ export default class Upload extends ImmutablePureComponent {
media: ImmutablePropTypes.map.isRequired,
onUndo: PropTypes.func.isRequired,
onOpenFocalPoint: PropTypes.func.isRequired,
isEditingStatus: PropTypes.func.isRequired,
isEditingStatus: PropTypes.bool.isRequired,
};
handleUndoClick = e => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment