mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fix regression in EditMetadataModal
This commit is contained in:
@@ -9,7 +9,7 @@ function createMapDispatchToProps(dispatch, props) {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
dispatchClearPendingChanges() {
|
dispatchClearPendingChanges() {
|
||||||
dispatch(clearPendingChanges)({ section });
|
dispatch(clearPendingChanges({ section }));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user