mirror of
https://github.com/seerr-team/seerr.git
synced 2026-03-17 06:57:32 -04: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