Skip to content

Commit

Permalink
resolved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Oct 10, 2024
1 parent 641030d commit 5b8c4e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const UICustomizations = {

body: {
MdmsCriteria: {
tenantId: "mz",
tenantId: Digit.ULBService.getCurrentTenantId(),
filters: {},
schemaCode: "hcm-microplanning.rolesForMicroplan",
limit: 10,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const tqmInboxConfig = {
"tenantId": "pb",
export const UserManagementConfig = {
"tenantId": "mz",
"moduleName": "UserManagementConfig",
"tqmInboxConfig": [
"userManagementConfig": [
{
"label": "USER_MANAGEMENT",
"type": "inbox",
Expand Down Expand Up @@ -138,7 +138,7 @@ export const tqmInboxConfig = {
},
"filter": {
"uiConfig": {
"headerLabel": "TQM_INBOX_FILTER",
"headerLabel": "ROLESS",
"secondaryLabel": "ES_COMMON_CLEAR_SEARCH",
"formClassName": "filter",
"type": "filter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useMemo, useState, useEffect } from "react";
import { useTranslation } from "react-i18next";
import { Header, InboxSearchComposer, Loader } from "@egovernments/digit-ui-react-components";
import { useLocation } from "react-router-dom";
import { tqmInboxConfig } from "../../configs/UserManagementConfig";
import { UserManagementConfig } from "../../configs/UserManagementConfig";
import { useHistory } from "react-router-dom/cjs/react-router-dom.min";
import { useContext } from "react";
import { useMyContext } from "../../utils/context";
Expand All @@ -15,7 +15,7 @@ const UserManagement = () => {



const config = tqmInboxConfig?.tqmInboxConfig?.[0];
const config = UserManagementConfig?.UserManagementConfig?.[0];

const tqmInboxSession = Digit.Hooks.useSessionStorage("TQM_INBOX_SESSION", {});

Expand Down

0 comments on commit 5b8c4e6

Please sign in to comment.