From 4f9bbd5307ef26c421b20d31e167680894abd492 Mon Sep 17 00:00:00 2001 From: scottybollinger Date: Fri, 19 Feb 2021 13:09:26 -0600 Subject: [PATCH] Update className --- .../public/applications/shared/role_mapping/role_selector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/role_selector.tsx b/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/role_selector.tsx index 754779e8a0749..a0e75a1b6aca2 100644 --- a/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/role_selector.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/shared/role_mapping/role_selector.tsx @@ -47,7 +47,7 @@ export const RoleSelector: React.FC = ({ label={ <> -

{startCase(roleTypeOption)}

+

{startCase(roleTypeOption)}

{disabled && disabledText && (