Skip to content
Snippets Groups Projects
Commit 78ef49a2 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[FIX]: Add default value to smartImgFit to FileMosaic component

parent f608ea1f
Branches
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ const FileMosaic: React.FC<FileMosaicProps> = (props: FileMosaicProps) => { ...@@ -65,7 +65,7 @@ const FileMosaic: React.FC<FileMosaicProps> = (props: FileMosaicProps) => {
onDoubleClick, onDoubleClick,
onClick, onClick,
onRightClick, onRightClick,
smartImgFit, smartImgFit="orientation",
} = props; } = props;
//localizers //localizers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment