File tree Expand file tree Collapse file tree 8 files changed +9
-0
lines changed
Expand file tree Collapse file tree 8 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ export const child = defineFormPage({
306306 id : 'child.birthLocation.privateHome' ,
307307 analytics : true ,
308308 type : FieldType . ADDRESS ,
309+ required : true ,
309310 secured : true ,
310311 hideLabel : true ,
311312 label : {
@@ -349,6 +350,7 @@ export const child = defineFormPage({
349350 {
350351 id : 'child.birthLocation.other' ,
351352 type : FieldType . ADDRESS ,
353+ required : true ,
352354 analytics : true ,
353355
354356 secured : true ,
Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ export const father = defineFormPage({
385385 {
386386 id : 'father.address' ,
387387 type : FieldType . ADDRESS ,
388+ required : true ,
388389 hideLabel : true ,
389390 secured : true ,
390391 label : {
Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ export const informant = defineFormPage({
406406 {
407407 id : 'informant.address' ,
408408 type : FieldType . ADDRESS ,
409+ required : true ,
409410 hideLabel : true ,
410411 label : {
411412 defaultMessage : 'Usual place of residence' ,
Original file line number Diff line number Diff line change @@ -355,6 +355,7 @@ export const mother = defineFormPage({
355355 {
356356 id : 'mother.address' ,
357357 type : FieldType . ADDRESS ,
358+ required : true ,
358359 secured : true ,
359360 hideLabel : true ,
360361 label : {
Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ export const deceased = defineFormPage({
310310 {
311311 id : `deceased.address` ,
312312 type : FieldType . ADDRESS ,
313+ required : true ,
313314 hideLabel : true ,
314315 secured : true ,
315316 label : {
Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ export const eventDetails = defineFormPage({
324324 {
325325 id : 'eventDetails.deathLocationOther' ,
326326 type : FieldType . ADDRESS ,
327+ required : true ,
327328 hideLabel : true ,
328329 secured : true ,
329330 label : {
Original file line number Diff line number Diff line change @@ -437,6 +437,7 @@ export const informant = defineFormPage({
437437 {
438438 id : 'informant.address' ,
439439 type : FieldType . ADDRESS ,
440+ required : true ,
440441 hideLabel : true ,
441442 label : {
442443 defaultMessage : 'Usual place of residence' ,
Original file line number Diff line number Diff line change @@ -372,6 +372,7 @@ export const spouse = defineFormPage({
372372 {
373373 id : 'spouse.address' ,
374374 type : FieldType . ADDRESS ,
375+ required : true ,
375376 hideLabel : true ,
376377 label : {
377378 defaultMessage : 'Usual place of residence' ,
You can’t perform that action at this time.
0 commit comments