From 97e30367fb5d2d27efc42c1d76b0d051b6f1da76 Mon Sep 17 00:00:00 2001 From: sct Date: Fri, 30 Oct 2020 11:18:16 +0000 Subject: [PATCH] fix(frontend): reinitalize plex form after data loads --- 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 5c6e31906..44d9b857c 100644 --- a/src/components/Settings/SettingsPlex.tsx +++ b/src/components/Settings/SettingsPlex.tsx @@ -19,6 +19,7 @@ const SettingsPlex: React.FC = () => { hostname: data?.ip, port: data?.port, }, + enableReinitialize: true, onSubmit: async (values) => { setIsUpdating(true); try {