mirror of
https://github.com/Readarr/Readarr
synced 2026-05-05 19:20:27 +02: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 {
|
return {
|
||||||
dispatchClearPendingChanges() {
|
dispatchClearPendingChanges() {
|
||||||
dispatch(clearPendingChanges)({ section });
|
dispatch(clearPendingChanges({ section }));
|
||||||
},
|
},
|
||||||
|
|
||||||
dispatchCancelTestIndexer() {
|
dispatchCancelTestIndexer() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue