Skip to content

Commit

Permalink
PT common MDMS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmoy-96 committed Mar 21, 2024
1 parent f93b8e2 commit 3146c34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.3",
"@upyog/digit-ui-module-pt": "1.7.3",
"@upyog/digit-ui-module-pt": "1.7.4",
"@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.3",
"version": "1.7.4",
"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 @@ -65,7 +65,7 @@ const SelectPTUnits = React.memo(({ t, config, onSelect, userType, formData }) =
}
};

const { data: mdmsData, isLoading } = Digit.Hooks.useCommonMDMSV2(
const { data: mdmsData, isLoading } = Digit.Hooks.useCommonMDMS(
Digit.ULBService.getStateId(),
"PropertyTax",
["Floor", "OccupancyType", "UsageCategory"],
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.3",
"@upyog/digit-ui-module-pt": "1.7.3",
"@upyog/digit-ui-module-pt": "1.7.4",
"@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 3146c34

Please sign in to comment.