mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fix regression in EditMetadataModal
This commit is contained in:
parent
fcd6feafa9
commit
d10fb92a09
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function createMapDispatchToProps(dispatch, props) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
dispatchClearPendingChanges() {
|
dispatchClearPendingChanges() {
|
||||||
dispatch(clearPendingChanges)({ section });
|
dispatch(clearPendingChanges({ section }));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue