mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fix regression in Indexer Edit Modal
This commit is contained in:
@@ -10,7 +10,7 @@ function createMapDispatchToProps(dispatch, props) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
dispatchClearPendingChanges() {
|
dispatchClearPendingChanges() {
|
||||||
dispatch(clearPendingChanges)({ section });
|
dispatch(clearPendingChanges({ section }));
|
||||||
},
|
},
|
||||||
|
|
||||||
dispatchCancelTestIndexer() {
|
dispatchCancelTestIndexer() {
|
||||||
|
|||||||
Reference in New Issue
Block a user