From 00dad0f4e816f488bf4ac1c3773c57bb448551d9 Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Wed, 22 Sep 2021 21:23:54 +0100 Subject: [PATCH] A11y: Fix fastpass issues for /admin/* pages (#39435) * A11y: Fix fastpass issues for /admin/* pages See #39429 --- public/app/features/admin/AdminEditOrgPage.tsx | 2 +- public/app/features/admin/AdminOrgsTable.tsx | 8 +++++++- public/app/features/admin/OrgRolePicker.tsx | 4 +++- public/app/features/admin/UpgradePage.tsx | 2 +- public/app/features/users/UsersTable.tsx | 11 +++++++++-- .../__snapshots__/UsersTable.test.tsx.snap | 18 ++++++++++++++++++ 6 files changed, 39 insertions(+), 6 deletions(-) diff --git a/public/app/features/admin/AdminEditOrgPage.tsx b/public/app/features/admin/AdminEditOrgPage.tsx index 87b3dd13e59..8853af76cc2 100644 --- a/public/app/features/admin/AdminEditOrgPage.tsx +++ b/public/app/features/admin/AdminEditOrgPage.tsx @@ -66,7 +66,7 @@ export const AdminEditOrgPage: FC = ({ match }) => { {({ register, errors }) => ( <> - + diff --git a/public/app/features/admin/AdminOrgsTable.tsx b/public/app/features/admin/AdminOrgsTable.tsx index e1deb92ac1e..c2a92e5f0e9 100644 --- a/public/app/features/admin/AdminOrgsTable.tsx +++ b/public/app/features/admin/AdminOrgsTable.tsx @@ -28,7 +28,13 @@ export const AdminOrgsTable: FC = ({ orgs, onDelete }) => { {org.name} -