Skip to content

Commit

Permalink
fix(frontend): reinitalize plex form after data loads
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Oct 30, 2020
1 parent 47714b6 commit 97e3036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Settings/SettingsPlex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const SettingsPlex: React.FC = () => {
hostname: data?.ip,
port: data?.port,
},
enableReinitialize: true,
onSubmit: async (values) => {
setIsUpdating(true);
try {
Expand Down

0 comments on commit 97e3036

Please sign in to comment.