File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 "@hapi/hapi" : " ^20.0.1" ,
8282 "@hapi/inert" : " ^6.0.3" ,
8383 "@opencrvs/mosip" : " 1.9.0-beta.7" ,
84- "@opencrvs/toolkit" : " 1.9.2-rc.f1d7235 " ,
84+ "@opencrvs/toolkit" : " 1.9.2-rc.d14799e " ,
8585 "@types/chalk" : " ^2.2.0" ,
8686 "@types/code" : " ^4.0.3" ,
8787 "@types/csv2json" : " ^1.4.0" ,
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ export const child = defineFormPage({
409409 } ,
410410 {
411411 id : 'child.birthLocationId' ,
412- type : FieldType . HIDDEN ,
412+ type : FieldType . ALPHA_HIDDEN ,
413413 required : false ,
414414 label : {
415415 defaultMessage : 'Health Institution' ,
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ export const eventDetails = defineFormPage({
367367 } ,
368368 {
369369 id : 'eventDetails.deathLocationId' ,
370- type : FieldType . HIDDEN ,
370+ type : FieldType . ALPHA_HIDDEN ,
371371 required : false ,
372372 label : {
373373 defaultMessage : 'Health Institution' ,
You can’t perform that action at this time.
0 commit comments