Skip to content

Commit

Permalink
🐛 Fix application update
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Aug 7, 2023
1 parent 54ecd36 commit 50d622d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export const ApplicationForm: React.FC<ApplicationFormProps> = ({
};

if (application) {
updateApplication(payload);
updateApplication({ ...payload });
} else {
createApplication(payload);
}
Expand Down

0 comments on commit 50d622d

Please sign in to comment.