Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justjais committed Dec 9, 2024
1 parent ef46db6 commit ec91690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_ai_connect_chatbot/src/useChatbot/useChatbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const useChatbot = () => {
onClick: () => {
if (message.actions) {
message.actions.copy.isDisabled = true;
message.actions.negative.className = "action-button-clicked";
message.actions.copy.className = "action-button-clicked";
navigator.clipboard.writeText(
typeof response === "object" ? response.response : response,
);
Expand Down

0 comments on commit ec91690

Please sign in to comment.