fix: PdfPickerModal thumbnail URL uses /api/images/ not /api/assets/

This commit is contained in:
Hiren Kangad
2026-03-14 11:40:49 +05:30
parent 9c8b3cc5f5
commit 4dbd755c41
+1 -1
View File
@@ -121,7 +121,7 @@ export default function PdfPickerModal({
};
// Build asset URL from key
const thumbUrl = (key: string) => `/api/assets/${key}`;
const thumbUrl = (key: string) => `/api/images/${key}`;
return (
<div style={overlayStyle} onClick={onCancel}>