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 48a926c commit 2d44c89Copy full SHA for 2d44c89
apps/chat/src/components/Header/CreateNewChat.tsx
@@ -50,7 +50,7 @@ export const CreateNewChat = ({ iconSize }: Props) => {
50
dispatch(ConversationsActions.resetSearch());
51
}}
52
disabled={messageIsStreaming || isActiveNewConversationRequest}
53
- data-qa="new-conversation"
+ data-qa="new-entity"
54
>
55
{!areConversationsLoaded || isActiveNewConversationRequest ? (
56
<Spinner
0 commit comments