feat(chat): toggle send button icon by input content
This commit is contained in:
@@ -70,6 +70,7 @@ export function ChatInputBar({ disabled = false }: ChatInputBarProps) {
|
||||
/>
|
||||
<ChatSendButton
|
||||
disabled={!hasContent || disabled}
|
||||
hasContent={hasContent}
|
||||
onClick={handleSend}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user