mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Fix clearing pending changes for First Run
`TypeError: can't access property "section", a is undefined`
This commit is contained in:
parent
30fc50e049
commit
6e23750705
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default function AuthenticationRequiredModalContent() {
|
|||
dispatch(fetchGeneralSettings());
|
||||
|
||||
return () => {
|
||||
dispatch(clearPendingChanges());
|
||||
dispatch(clearPendingChanges({ section: \`settings.\${SECTION}\` }));
|
||||
};
|
||||
}, [dispatch]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue