Fix regression in EditMetadataModal

This commit is contained in:
Qstick
2017-09-28 00:06:27 -04:00
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 }));
} }
}; };
} }