mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Fix syntax
This commit is contained in:
parent
6e23750705
commit
f49c35563d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default function AuthenticationRequiredModalContent() {
|
|||
dispatch(fetchGeneralSettings());
|
||||
|
||||
return () => {
|
||||
dispatch(clearPendingChanges({ section: \`settings.\${SECTION}\` }));
|
||||
dispatch(clearPendingChanges({ section: `settings.${SECTION}` }));
|
||||
};
|
||||
}, [dispatch]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue