From 4790234d8f7a2b3616795f0cb3a703e55510c6ec Mon Sep 17 00:00:00 2001 From: arielsrodriguez Date: Tue, 9 Dec 2025 22:45:22 -0300 Subject: [PATCH] fix: contentType props was added --- src/components/FileViewer/FileViewer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FileViewer/FileViewer.tsx b/src/components/FileViewer/FileViewer.tsx index 0418b70c5..19173933e 100644 --- a/src/components/FileViewer/FileViewer.tsx +++ b/src/components/FileViewer/FileViewer.tsx @@ -43,6 +43,7 @@ export interface FileContentProps { fileType: string className?: string role?: string + contentType?: string } const IMG_TYPE_LIST = [