mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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…
Add table
Add a link
Reference in a new issue