Fix regression in EditMetadataModal

pull/94/head
Qstick 7 years ago committed by GitHub
parent fcd6feafa9
commit d10fb92a09

@ -9,7 +9,7 @@ function createMapDispatchToProps(dispatch, props) {
return { return {
dispatchClearPendingChanges() { dispatchClearPendingChanges() {
dispatch(clearPendingChanges)({ section }); dispatch(clearPendingChanges({ section }));
} }
}; };
} }

Loading…
Cancel
Save