mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 18:55:12 -04:00
Fix regression in Indexer Edit Modal
This commit is contained in:
1 parent
203a7980cf
commit
d99fd151e3
1 file changed
+1
-1
@@ -10,7 +10,7 @@ function createMapDispatchToProps(dispatch, props) {
|
||||
|
||||
return {
|
||||
dispatchClearPendingChanges() {
|
||||
dispatch(clearPendingChanges)({ section });
|
||||
dispatch(clearPendingChanges({ section }));
|
||||
},
|
||||
|
||||
dispatchCancelTestIndexer() {
|
||||
|
||||
Reference in new issue
Block a user