Skip to content

Commit

Permalink
Merge pull request #1076 from multiversx/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
andreigiura authored Mar 4, 2025
2 parents 3d2d3d6 + 10c494a commit 593b376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AskAiButton/ChatWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const ChatWindow = ({ onClose }) => {
}}
/>
<button
onClick={handleSend}
onClick={() => handleSend()}
disabled={isLoading}
className="chat-send-button"
style={{
Expand Down

0 comments on commit 593b376

Please sign in to comment.