mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): reinitalize plex form after data loads
This commit is contained in:
@@ -19,6 +19,7 @@ const SettingsPlex: React.FC = () => {
|
||||
hostname: data?.ip,
|
||||
port: data?.port,
|
||||
},
|
||||
enableReinitialize: true,
|
||||
onSubmit: async (values) => {
|
||||
setIsUpdating(true);
|
||||
try {
|
||||
|
Reference in New Issue
Block a user