Fix regression in Indexer Edit Modal

This commit is contained in:
Qstick 2017-09-27 21:35:09 -04:00
parent 203a7980cf
commit d99fd151e3

View file

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