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