Skip to content

Commit ce37f07

Browse files
frozenheliumsamshara
authored andcommitted
Fix crash in ops update form when selecting the loan type
1 parent 6087980 commit ce37f07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/DrefOperationalUpdateForm/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ const schema: OpsUpdateFormSchema = {
589589
planned_interventions: { forceValue: [] },
590590
human_resource: { forceValue: nullValue },
591591
is_surge_personnel_deployed: { forceValue: nullValue },
592+
has_child_safeguarding_risk_analysis_assessment: { forceValue: nullValue },
592593
};
593594
if (val?.type_of_dref === TYPE_LOAN) {
594595
return conditionalFields;

0 commit comments

Comments
 (0)