From be3e85260138852bcee68fdb5657712be9413c52 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Sun, 19 Nov 2023 11:01:02 +0530 Subject: [PATCH 1/2] (fix) Fix empty placeholder text in `Roles` section in the edit user. --- .../src/features/users/components/user-roles-list.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/console/src/features/users/components/user-roles-list.tsx b/apps/console/src/features/users/components/user-roles-list.tsx index b7da112d802..7002157d5c9 100644 --- a/apps/console/src/features/users/components/user-roles-list.tsx +++ b/apps/console/src/features/users/components/user-roles-list.tsx @@ -73,12 +73,13 @@ export const UserRolesList: FunctionComponent = ( const getPlaceholders = () => { if (showEmptyRolesListPlaceholder) { return ( - // TODO: Need to replace the i18N with the correct one. From 96dd84881370cfaf099f691c808241d4d8b1cc4a Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Sun, 19 Nov 2023 11:01:39 +0530 Subject: [PATCH 2/2] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/lazy-plants-report.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lazy-plants-report.md diff --git a/.changeset/lazy-plants-report.md b/.changeset/lazy-plants-report.md new file mode 100644 index 00000000000..9766267b589 --- /dev/null +++ b/.changeset/lazy-plants-report.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +(fix) Fix empty placeholder text in `Roles` section in the edit user.