Skip to content

Commit

Permalink
FSM Citizin locality added
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy-eGov committed Jun 20, 2024
1 parent 2952580 commit ee76749
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@egovernments/digit-ui-module-bills": "1.7.24",
"@egovernments/digit-ui-module-common": "1.7.24",
"@egovernments/digit-ui-module-engagement": "1.7.24",
"@egovernments/digit-ui-module-fsm": "1.7.25",
"@egovernments/digit-ui-module-fsm": "1.7.26",
"@egovernments/digit-ui-module-mcollect": "1.7.24",
"@egovernments/digit-ui-module-noc": "1.7.24",
"@egovernments/digit-ui-module-obps": "1.7.25",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-fsm",
"version": "1.7.25",
"version": "1.7.26",
"license": "MIT",
"main": "dist/index.js",
"description": "Digit FSM Module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,23 @@ let newConfig=[
"submitBarLabel": "CS_COMMON_NEXT"
},
"key": "address",
"nextStep": "check-slum",
"nextStep": "locality-gramPanchayat",
"isMandatory": true,
"type": "component"
},{
"route": "locality-gramPanchayat",
"component": "SelectLocalityOrGramPanchayat",
"withoutLabel": true,
"texts": {
"headerCaption": "CS_FILE_APPLICATION_PROPERTY_LOCATION_LABEL",
"header": "CS_FILE_APPLICATION_PROPERTY_LOCATION_ADDRESS_TEXT",
"cardText": "CS_FILE_APPLICATION_PROPERTY_LOCATION_CITY_MOHALLA_TEXT",
"submitBarLabel": "CS_COMMON_NEXT"
},
"key": "address",
"nextStep": "check-slum",
"isMandatory": true,
"type": "component"
},
{
"type": "component",
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@egovernments/digit-ui-module-core": "1.7.24",
"@egovernments/digit-ui-module-engagement": "1.7.24",
"@egovernments/digit-ui-module-dss": "1.7.24",
"@egovernments/digit-ui-module-fsm": "1.7.25",
"@egovernments/digit-ui-module-fsm": "1.7.26",
"@egovernments/digit-ui-module-hrms": "1.7.24",
"@egovernments/digit-ui-module-mcollect": "1.7.24",
"@egovernments/digit-ui-module-commonpt":"1.7.24",
Expand Down

0 comments on commit ee76749

Please sign in to comment.