Skip to content

Commit

Permalink
FSM edit screen address modification for update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy-eGov committed Jun 21, 2024
1 parent ef7d46b commit 85bce6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-fsm",
"version": "1.7.28",
"version": "1.7.29",
"license": "MIT",
"main": "dist/index.js",
"description": "Digit FSM Module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ const EditForm = ({ tenantId, applicationData, channelMenu, vehicleMenu, sanitat
longitude: data?.address?.longitude ? data?.address?.longitude : applicationData.address.geoLocation.longitude,
},
additionalDetails: {
boundaryType: propertyLocation === "FROM_GRAM_PANCHAYAT" ? (village?.code ? "Village" : "GP") : "Locality",
boundaryType: propertyLocation === "FROM_GRAM_PANCHAYAT" ? "GP" : "Locality",
gramPanchayat: {
code: gramPanchayat?.code,
name: gramPanchayat?.name,
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.28",
"@egovernments/digit-ui-module-fsm": "1.7.29",
"@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 85bce6d

Please sign in to comment.