Skip to content

Commit bd3932d

Browse files
committed
ansi support for attachments
1 parent 8cac02f commit bd3932d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-components/src/components/Attachment/Attachment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const componentsByAttachmentType: Record<string, any> = {
1818
uri: AttachmentCode,
1919
css: AttachmentCode,
2020
table: AttachmentCode,
21-
html: HtmlPreview,
21+
html: AttachmentCode,
2222
text: AttachmentCode,
2323
video: AttachmentVideo,
2424
};

0 commit comments

Comments
 (0)