Skip to content

Commit

Permalink
[MDS-6176] Core Major Project Status Change (#3257)
Browse files Browse the repository at this point in the history
move isCore logic for status_code in ProjectSummary.tsx
  • Loading branch information
matbusby-fw authored Oct 2, 2024
1 parent 884bc77 commit 6142ccf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ export const ProjectSummary: FC = () => {
message = null;
}
}

if (isCore && !isNewProject) {
status_code = formValues.status_code;
}

const values = { ...formValues, status_code };

try {
Expand Down

0 comments on commit 6142ccf

Please sign in to comment.