fix: Fix inaccessible "Clear search" button (#35152)

This commit is contained in:
diondiondion 2025-06-24 16:36:05 +02:00 committed by GitHub
commit 8ba1487f30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 82 additions and 59 deletions

View file

@ -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)}
/>
);
}