Skip to content

Commit

Permalink
UM-6744 Modification in mdms call for owner details
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmoy-eGov committed Apr 8, 2024
1 parent 80038ea commit 0d87529
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishAllPackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js Publish UI Packages

on:
push:
branches: [ 'digit2.9-merge' ]
branches: [ 'UM-6744' ]
paths:
- 'frontend/micro-ui/web/micro-ui-internals/**'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@upyog/digit-ui-module-noc": "1.7.3",
"@upyog/digit-ui-module-obps": "1.7.2",
"@upyog/digit-ui-module-pgr": "1.7.5",
"@upyog/digit-ui-module-pt": "1.7.4",
"@upyog/digit-ui-module-pt": "1.7.5",
"@upyog/digit-ui-module-receipts": "1.7.3",
"@upyog/digit-ui-module-tl": "1.7.2",
"@upyog/digit-ui-module-ws": "1.7.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upyog/digit-ui-module-pt",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const SelectOwnerDetails = ({ t, config, onSelect, userType, formData, ownerInde
const tenantId = Digit.ULBService.getCurrentTenantId();
const stateId = Digit.ULBService.getStateId();

const { data: Menu } = Digit.Hooks.pt.useGenderMDMSV2(stateId, "common-masters", "GenderType");
const { data: Menu } = Digit.Hooks.pt.useGenderMDMS(stateId, "common-masters", "GenderType");

let menu = [];
Menu &&
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 @@ -25,7 +25,7 @@
"@upyog/digit-ui-module-obps": "1.7.2",
"@upyog/digit-ui-module-noc": "1.7.3",
"@upyog/digit-ui-module-pgr": "1.7.5",
"@upyog/digit-ui-module-pt": "1.7.4",
"@upyog/digit-ui-module-pt": "1.7.5",
"@upyog/digit-ui-module-receipts": "1.7.3",
"@upyog/digit-ui-module-tl": "1.7.2",
"@upyog/digit-ui-module-ws": "1.7.3",
Expand Down

0 comments on commit 0d87529

Please sign in to comment.