Skip to content

Commit

Permalink
Persist identities
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Aug 8, 2023
1 parent df975ad commit eae780b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ export const ApplicationForm: React.FC<ApplicationFormProps> = ({
formValues.version,
formValues.packaging
),
review: undefined, // The review should not updated through this form
id: formValues.id,
migrationWave: application ? application.migrationWave : null,
identities: application?.identities ? application.identities : undefined,
};

if (application) {
Expand Down

0 comments on commit eae780b

Please sign in to comment.