Skip to content

Commit

Permalink
fix: misc form field fixes (#38)
Browse files Browse the repository at this point in the history
* fix: misc fixes

* chore: bump version
  • Loading branch information
tahmidrahman-dsi authored Jan 16, 2025
1 parent a91c61f commit 6d315e1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/mosip",
"version": "1.7.0-alpha.9",
"version": "1.7.0-alpha.10",
"license": "MPL-2.0",
"private": true,
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/country-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/mosip",
"version": "1.7.0-alpha.9",
"version": "1.7.0-alpha.10",
"license": "MPL-2.0",
"main": "./build/index.js",
"exports": {
Expand Down
7 changes: 4 additions & 3 deletions packages/country-config/src/forms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ export const esignetCallback = ({
defaultMessage: ''
},
validator: [],
hideInPreview: true,
options: {
getOIDPUserInfoUrl,
url: getOIDPUserInfoUrl,
headers: {
'Content-type': 'application/json'
},
Expand Down Expand Up @@ -189,7 +190,7 @@ export const verified = (event: string, sectionId: string) => {
type: 'HIDDEN',
custom: true,
label: {
id: 'messages.empty',
id: 'form.field.label.empty',
defaultMessage: ''
},
initialValue: {
Expand All @@ -215,7 +216,7 @@ export const idPendingVerificationBanner = (
bannerType: 'pending',
idFieldName: 'idReader',
label: {
id: 'messages.empty',
id: 'form.field.label.empty',
defaultMessage: ''
},
validator: [],
Expand Down
2 changes: 1 addition & 1 deletion packages/esignet-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opencrvs/esignet-mock",
"license": "MPL-2.0",
"version": "1.7.0-alpha.9",
"version": "1.7.0-alpha.10",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mosip-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/mosip-api",
"version": "1.7.0-alpha.9",
"version": "1.7.0-alpha.10",
"license": "MPL-2.0",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mosip-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencrvs/mosip-mock",
"version": "1.7.0-alpha.9",
"version": "1.7.0-alpha.10",
"license": "MPL-2.0",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
Expand Down

0 comments on commit 6d315e1

Please sign in to comment.