This commit is contained in:
2025-12-04 23:55:04 +01:00
parent 86b9ac2ab6
commit 36c8e4cbaa
11 changed files with 62 additions and 254 deletions
@@ -90,7 +90,7 @@ const DocumentsListRow: React.FC<DocumentsListRowProps> = (props) => {
<DocumentThumbnailImage
document={doc}
ensureAssetUrl={props.ensureAssetUrl}
getDocumentAsset={props.getDocumentAsset}
getAsset={props.getDocumentAsset}
alt={`Thumbnail for ${doc.title}`}
scrollRootRef={props.scrollRef}
maxSize={props.iconSize}