chore(browser-warn): add alt attribute to image

This commit is contained in:
enes 2024-08-29 17:02:32 +02:00
parent a48751b9a8
commit 156bc59e1a

View File

@ -372,6 +372,7 @@ export const DrawPDFFields = (props: Props) => {
}}
draggable="false"
src={page.image}
alt={`page ${pageIndex + 1} of ${file.name}`}
/>
{page.drawnFields.map((drawnField, drawnFieldIndex: number) => {