Skip to content

Commit

Permalink
ok it works
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Jan 17, 2025
1 parent ccb35ef commit fb543c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/chat/message/Messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export const AIMessage = ({
[markdownToHtml(markdownText)],
{ type: "text/html" }
),
"text/plain": new Blob([markdownText], {
"text/plain": new Blob([selectedPlainText], {
type: "text/plain",
}),
});
Expand Down

0 comments on commit fb543c6

Please sign in to comment.