Skip to content

Commit

Permalink
Merge pull request #1531 from bcgov/UTOPIA-1410-fix
Browse files Browse the repository at this point in the history
[UTOPIA-1410] Fix autosave error
  • Loading branch information
BradyMitch authored Sep 8, 2023
2 parents 8c43a77 + e0392f8 commit 91a3ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const DisplayProgramArea = (props: IDisplayProgramAreaProps) => {

piaStateChangeHandler(
{
...props.reviewForm,
programArea: {
...props.reviewForm.programArea,
selectedRoles: updatedRoles,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const PIAReview = ({ printPreview }: IReviewProps) => {

piaStateChangeHandler(
{
...reviewForm,
programArea: updatedProgramArea,
},
'review',
Expand Down

0 comments on commit 91a3ad9

Please sign in to comment.