Fix regression in Indexer Edit Modal

This commit is contained in:
Qstick 2017-09-27 21:35:09 -04:00
parent 203a7980cf
commit d99fd151e3
1 changed files with 1 additions and 1 deletions

View File

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