Skip to content

Commit e2f0c02

Browse files
Merge pull request #337 from dd3tech/fix/file-viewer
Fix(FileViewer): contentType props was added
2 parents 3150f19 + 4790234 commit e2f0c02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/FileViewer/FileViewer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface FileContentProps {
4343
fileType: string
4444
className?: string
4545
role?: string
46+
contentType?: string
4647
}
4748

4849
const IMG_TYPE_LIST = [

0 commit comments

Comments
 (0)