Skip to content

Commit

Permalink
Update UserManagement.js (#2017)
Browse files Browse the repository at this point in the history
Co-authored-by: Nipun Arora <aroranipun1@gmail.com>
  • Loading branch information
Swathi-eGov and nipunarora-eGov authored Dec 12, 2024
1 parent 1f0888b commit 4eea682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const UserManagement = () => {
}

if (Array.isArray(data.cells) && data.cells.length > 0) {
const row = data.cells[0].value;
const row = data?.original?.user?.userName;
const tenantId = Digit.ULBService.getCurrentTenantId();
const contextPath = state?.ContextPathForUser?.[0]?.contextPathConfig;
if (!contextPath) {
Expand Down

0 comments on commit 4eea682

Please sign in to comment.