Skip to content

Commit 2c737c4

Browse files
committed
chore: remove aria-label
1 parent a5b1720 commit 2c737c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/compass-assistant/src/compass-assistant-drawer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,10 @@ export const ClearChatButton: React.FunctionComponent<{
138138
<Tooltip
139139
trigger={
140140
<IconButton
141-
aria-label="Clear chat"
142141
onClick={() => {
143142
void handleClearChat();
144143
}}
145-
title="Clear chat"
144+
aria-label=""
146145
data-testid="assistant-clear-chat"
147146
>
148147
<Icon glyph="Eraser" />

0 commit comments

Comments
 (0)