mirror of
https://github.com/Readarr/Readarr
synced 2025-12-24 09:12:51 +01:00
Fix regression in Indexer Edit Modal
This commit is contained in:
parent
203a7980cf
commit
d99fd151e3
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ function createMapDispatchToProps(dispatch, props) {
|
|||
|
||||
return {
|
||||
dispatchClearPendingChanges() {
|
||||
dispatch(clearPendingChanges)({ section });
|
||||
dispatch(clearPendingChanges({ section }));
|
||||
},
|
||||
|
||||
dispatchCancelTestIndexer() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue