Skip to content

Commit

Permalink
breadcrumbs dss & COMMON_MASTER_null showing fix (#1473)
Browse files Browse the repository at this point in the history
* version upgrade and custompiechart fix

* package updated

* package version changed

* dss breadcrumbs

* dss breadcrumbs updated

* version change dss

* reverted version changes

* removed ulb changes

* removed ulb changes

---------

Co-authored-by: nabeelmd-eGov <[email protected]>
  • Loading branch information
mithunhegde-egov and nabeelmd-eGov authored Oct 9, 2024
1 parent ecd20b6 commit 3bb9055
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const CustomPieChart = ({ dataKey = "value", data, setChartDenomination,variant=
);
}

return <span style={{ fontSize: "14px", color: "#505A5F" }}>{t(`COMMON_MASTERS_${value && Digit.Utils.locale.getTransformedLocale(value)}`)}</span>
return <span style={{ fontSize: "14px", color: "#505A5F" }}>{t(`COMMON_MASTERS_${val && Digit.Utils.locale.getTransformedLocale(val)}`)}</span>
}

const renderCustomLabel = (args) => {
Expand Down
4 changes: 3 additions & 1 deletion micro-ui/web/sandbox/inter-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"packages/modules/workbench",
"packages/modules/sandbox",
"packages/modules/pgr",
"packages/modules/dss",

"packages/modules/hrms"
],
"author": "JaganKumar <[email protected]>",
Expand Down Expand Up @@ -39,7 +41,7 @@
"build": "run-p build:**",
"build:libraries": "cd packages/libraries && yarn build",
"build:components": "cd packages/react-components && yarn build",
"buildD:dss": "cd packages/modules/dss && yarn build",
"build:dss": "cd packages/modules/dss && yarn build",
"build:core": "cd packages/modules/core && yarn build",
"build:hrms": "cd packages/modules/hrms && yarn build",
"buildD:common": "cd packages/modules/common && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion micro-ui/web/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"micro-ui-internals/packages/modules/workbench",
"micro-ui-internals/packages/modules/sandbox",
"micro-ui-internals/packages/modules/pgr",
"micro-ui-internals/packages/modules/dss",
"micro-ui-internals/packages/modules/hrms"
],
"homepage": "/sandbox-ui",
Expand All @@ -25,7 +26,6 @@
"@egovernments/digit-ui-module-dss": "1.8.1",
"@egovernments/digit-ui-module-core": "1.8.2-beta.20",
"@egovernments/digit-ui-module-hrms": "1.8.1-beta.1",
"@egovernments/digit-ui-module-dss": "1.8.1",
"@egovernments/digit-ui-module-pgr": "1.8.1-beta.1",
"@egovernments/digit-ui-module-utilities": "1.0.1-beta.39",
"@egovernments/digit-ui-react-components": "1.8.2-beta.13",
Expand Down

0 comments on commit 3bb9055

Please sign in to comment.