Skip to content

Commit

Permalink
fix(frontend): set sub-status value to null when changing status
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Feb 5, 2025
1 parent 07e11b9 commit 613d963
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ function HousingEditionSideMenu(props: HousingEditionSideMenuProps) {
options={statusOptions()}
onChange={(status) => {
statusField.onChange(status);
form.setValue('subStatus', null);
}}
/>
<AppSelectNext
Expand Down

0 comments on commit 613d963

Please sign in to comment.