We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6087980 commit ce37f07Copy full SHA for ce37f07
src/views/DrefOperationalUpdateForm/schema.ts
@@ -589,6 +589,7 @@ const schema: OpsUpdateFormSchema = {
589
planned_interventions: { forceValue: [] },
590
human_resource: { forceValue: nullValue },
591
is_surge_personnel_deployed: { forceValue: nullValue },
592
+ has_child_safeguarding_risk_analysis_assessment: { forceValue: nullValue },
593
};
594
if (val?.type_of_dref === TYPE_LOAN) {
595
return conditionalFields;
0 commit comments