Skip to content

Commit 1f8130e

Browse files
Merge pull request wso2#8858 from NutharaNR/atrribute-mapping-issue
[Bug-fix] Atrribute mapping issue
2 parents 65aa82f + 3ccedd1 commit 1f8130e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/large-waves-explode.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@wso2is/admin.claims.v1": patch
3+
"@wso2is/console": patch
4+
---
5+
6+
Fix attribute mapping addition not showing entirely issue.

features/admin.claims.v1/components/claims-list.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,8 @@ export const ClaimsList: FunctionComponent<ClaimsListPropsInterface> = (
998998
id: "actions",
999999
key: "actions",
10001000
textAlign: "right",
1001-
title: ClaimManagementConstants.EMPTY_STRING
1001+
title: ClaimManagementConstants.EMPTY_STRING,
1002+
width: 2
10021003
}
10031004
];
10041005
};

0 commit comments

Comments
 (0)