From 2976f0ebe6169ed915ad1eb0ae4d52c4cacce678 Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Fri, 17 Nov 2023 14:08:41 +0200 Subject: [PATCH] Admin: Fix Stack direction (#78320) --- public/app/features/admin/Users/OrgUsersTable.tsx | 2 +- public/app/features/admin/Users/UsersTable.tsx | 2 +- public/app/features/teams/TeamList.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/features/admin/Users/OrgUsersTable.tsx b/public/app/features/admin/Users/OrgUsersTable.tsx index e24078bf57f..99f0a9ea40c 100644 --- a/public/app/features/admin/Users/OrgUsersTable.tsx +++ b/public/app/features/admin/Users/OrgUsersTable.tsx @@ -208,7 +208,7 @@ export const OrgUsersTable = ({ ); return ( - + String(user.userId)} fetchData={fetchData} /> diff --git a/public/app/features/admin/Users/UsersTable.tsx b/public/app/features/admin/Users/UsersTable.tsx index 745efbd925a..f945d818d4d 100644 --- a/public/app/features/admin/Users/UsersTable.tsx +++ b/public/app/features/admin/Users/UsersTable.tsx @@ -143,7 +143,7 @@ export const UsersTable = ({ [showLicensedRole] ); return ( - + String(user.id)} fetchData={fetchData} /> {showPaging && ( diff --git a/public/app/features/teams/TeamList.tsx b/public/app/features/teams/TeamList.tsx index fe57446c476..37a60643eca 100644 --- a/public/app/features/teams/TeamList.tsx +++ b/public/app/features/teams/TeamList.tsx @@ -171,7 +171,7 @@ export const TeamList = ({ New Team - +