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 - +