Skip to content

Commit

Permalink
Update className
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Feb 19, 2021
1 parent 36f3caa commit 4f9bbd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const RoleSelector: React.FC<Props> = ({
label={
<>
<EuiTitle size="xs">
<h4 className="users-layout__users--roletype">{startCase(roleTypeOption)}</h4>
<h4 className="usersLayout__users--roletype">{startCase(roleTypeOption)}</h4>
</EuiTitle>
{disabled && disabledText && (
<EuiCallOut
Expand Down

0 comments on commit 4f9bbd5

Please sign in to comment.