We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8377f27 commit 0acf5faCopy full SHA for 0acf5fa
src/components/MessageInput/StopAIGenerationButton.tsx
@@ -8,7 +8,7 @@ export const StopAIGenerationButton = ({ onClick, ...restProps }: StopAIGenerati
8
return (
9
<button
10
aria-label={t('aria/Stop AI Generation')}
11
- className='str-chat__stop-generating-button'
+ className='str-chat__stop-ai-generation-button'
12
data-testid='stop-ai-generation-button'
13
onClick={onClick}
14
{...restProps}
0 commit comments