diff --git a/src/components/Settings/SettingsPlex.tsx b/src/components/Settings/SettingsPlex.tsx index 0e95c3056..9448a6c5e 100644 --- a/src/components/Settings/SettingsPlex.tsx +++ b/src/components/Settings/SettingsPlex.tsx @@ -804,6 +804,7 @@ const SettingsPlex = ({ onComplete }: SettingsPlexProps) => { tautulliApiKey: dataTautulli?.apiKey, tautulliExternalUrl: dataTautulli?.externalUrl, }} + enableReinitialize validationSchema={TautulliSettingsSchema} onSubmit={async (values) => { try {