Skip to content

Commit f8ca19d

Browse files
committed
Merge branch 'ocrvs-11148' of github.com:opencrvs/opencrvs-countryconfig into ocrvs-11148
2 parents 8893ff7 + 8d860ec commit f8ca19d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
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",

src/form/v2/birth/forms/pages/child.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

src/form/v2/death/forms/pages/eventDetails.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)