mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 01:31:50 -05: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