Skip to content

Commit

Permalink
update toolkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Jan 24, 2025
1 parent 48997ec commit ed69d39
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@hapi/inert": "^6.0.3",
"@opencrvs/toolkit": "0.0.28",
"@opencrvs/toolkit": "0.0.29-rr",
"@types/chalk": "^2.2.0",
"@types/csv2json": "^1.4.0",
"@types/fhir": "^0.0.30",
Expand Down
3 changes: 2 additions & 1 deletion src/form/v2/person/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ export const getAddressFields = (person: AddressType): FieldConfig[] => {
{
id: `${prefix}.urbanOrRural`,
type: 'RADIO_GROUP',
options: urbanRuralRadioOptions,
optionValues: urbanRuralRadioOptions,
options: {},
flexDirection: 'row',
required: false,
label: {
Expand Down
3 changes: 2 additions & 1 deletion src/form/v2/person/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ const fatherAddressFields = [
{
id: `${PersonType.father}.addressSameAs`,
type: 'RADIO_GROUP',
options: yesNoRadioOptions,
optionValues: yesNoRadioOptions,
options: {},
required: true,
label: {
defaultMessage: "Same as mother's usual place of residence?",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -790,10 +790,10 @@
dependencies:
"@octokit/openapi-types" "^18.0.0"

"@opencrvs/[email protected].28":
version "0.0.28"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-0.0.28.tgz#5c95c74771741ac7b1db7a4eef8ca4891972b066"
integrity sha512-S/ZawgEY4I+WoJmQFwV3/sqWwfFTsWXPS3WeShDHwr4Cvx6yRcS+YxG0aIyW3yJ1tAwNsGVuQWRovc8pvSRHvA==
"@opencrvs/[email protected].29-rr":
version "0.0.29-rr"
resolved "https://registry.yarnpkg.com/@opencrvs/toolkit/-/toolkit-0.0.29-rr.tgz#53f2f7001e522ad91a8742850ec38fa9dcfa6ca1"
integrity sha512-xgPpNNABsPGXyXckpxvyKJMtSXC68XXYjbuQmJGwxnxnpQHoYWB/qbIpsGHRcroyd0UbnjNXTGDCD1ypz8QjFg==
dependencies:
"@trpc/client" "^11.0.0-rc.648"
"@trpc/server" "^11.0.0-rc.532"
Expand Down

0 comments on commit ed69d39

Please sign in to comment.