feat(chat-window): add ability to use q
query param
This commit is contained in:
parent
7a28be9e1a
commit
3ef39c69a7
2 changed files with 27 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
import { ArrowRight } from 'lucide-react';
|
||||
import { useState } from 'react';
|
||||
import TextareaAutosize from 'react-textarea-autosize';
|
||||
import { Attach, CopilotToggle, Focus } from './MessageInputActions';
|
||||
import { CopilotToggle, Focus } from './MessageInputActions';
|
||||
|
||||
const EmptyChatMessageInput = ({
|
||||
sendMessage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue