We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65aa82f + 3ccedd1 commit 1f8130eCopy full SHA for 1f8130e
.changeset/large-waves-explode.md
@@ -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
@@ -998,7 +998,8 @@ export const ClaimsList: FunctionComponent<ClaimsListPropsInterface> = (
998
id: "actions",
999
key: "actions",
1000
textAlign: "right",
1001
- title: ClaimManagementConstants.EMPTY_STRING
+ title: ClaimManagementConstants.EMPTY_STRING,
1002
+ width: 2
1003
}
1004
];
1005
};
0 commit comments