From dea776c70317f448b2714a00a5e1422c48850da2 Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <0xsysr3ll@pm.me> Date: Fri, 20 Feb 2026 23:34:52 +0100 Subject: [PATCH] fix(settings): enable reinitialization for Tautulli settings form --- src/components/Settings/SettingsPlex.tsx | 1 + 1 file changed, 1 insertion(+) 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 {