File tree Expand file tree Collapse file tree
app/src/views/EapFullForm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ function TriggerModel(props: Props) {
286286 numPreferredColumns = { 2 }
287287 >
288288 < NumberInput
289+ required
289290 name = "lead_time"
290291 value = { value ?. lead_time }
291292 error = { error ?. lead_time }
@@ -294,6 +295,7 @@ function TriggerModel(props: Props) {
294295 readOnly = { readOnly }
295296 />
296297 < SelectInput
298+ required
297299 name = "lead_timeframe_unit"
298300 value = { value ?. lead_timeframe_unit }
299301 error = { error ?. lead_timeframe_unit }
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ const riskAnalysisTabFields: (keyof PartialEapFullFormType)[] = [
7878const triggerModelTabFields : ( keyof PartialEapFullFormType ) [ ] = [
7979 'trigger_statement' ,
8080 'lead_time' ,
81+ 'lead_timeframe_unit' ,
8182 'trigger_statement_source_of_information' ,
8283 'forecast_selection' ,
8384 'forecast_selection_images' ,
You can’t perform that action at this time.
0 commit comments