mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -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 {
|
||||
dispatchClearPendingChanges() {
|
||||
dispatch(clearPendingChanges)({ section });
|
||||
dispatch(clearPendingChanges({ section }));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue