Fixed Attachment image view

This commit is contained in:
Rucha Ambaliya 2025-02-17 22:18:01 +05:30
parent e293a832fe
commit a969a9e5fc

View File

@ -24,7 +24,7 @@ export const AttachmentViewerForm: FC<
{/* eslint-disable-next-line @next/next/no-img-element */}
<img
width="100%"
height={800}
height={400}
style={{
cursor: "pointer",
objectFit: "contain",