Fix syntax

This commit is contained in:
bakerboy448 2025-09-10 07:47:39 -05:00 committed by GitHub
parent 6e23750705
commit f49c35563d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ export default function AuthenticationRequiredModalContent() {
dispatch(fetchGeneralSettings());
return () => {
dispatch(clearPendingChanges({ section: \`settings.\${SECTION}\` }));
dispatch(clearPendingChanges({ section: `settings.${SECTION}` }));
};
}, [dispatch]);