fix: Fix inaccessible "Clear search" button (#35152)
This commit is contained in:
parent
644da36336
commit
8ba1487f30
7 changed files with 82 additions and 59 deletions
|
@ -768,7 +768,7 @@ export const AccountHeader: React.FC<{
|
|||
<Icon
|
||||
id='lock'
|
||||
icon={LockIcon}
|
||||
title={intl.formatMessage(messages.account_locked)}
|
||||
aria-label={intl.formatMessage(messages.account_locked)}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue