Fix regression in Indexer Edit Modal

pull/94/head
Qstick 7 years ago
parent 203a7980cf
commit d99fd151e3

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

Loading…
Cancel
Save