Skip to content

Commit

Permalink
Adding class name
Browse files Browse the repository at this point in the history
  • Loading branch information
codebanesr committed Mar 11, 2024
1 parent 7ba8113 commit 1645bd9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions copilot-widget/lib/components/ChatInputFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ function ChatInputFooter() {
<VoiceRecorder onSuccess={(text) => setInput(text)} />
<button
onClick={handleInputSubmit}
id="send_chat_button"
disabled={!canSend}
className={cn(
"disabled:pointer-events-none disabled:cursor-not-allowed transition-all",
Expand Down
1 change: 1 addition & 0 deletions copilot-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
}
},
"dependencies": {
"@openchatai/copilot-widget": "^2.8.1",
"@rjsf/core": "^5.17.1",
"@rjsf/utils": "^5.17.1",
"@rjsf/validator-ajv8": "^5.17.1",
Expand Down
16 changes: 16 additions & 0 deletions copilot-widget/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1645bd9

Please sign in to comment.