fix(tradein): aria-label на input[type=file] в PhotoUpload — a11y critical (#839) #841

Merged
bot-reviewer merged 1 commit from feat/839-photoupload-aria-label into main 2026-05-30 20:30:50 +00:00

View file

@ -103,6 +103,7 @@ export function PhotoUpload({ estimateId }: { estimateId: string }) {
type="file"
accept="image/*"
multiple
aria-label="Загрузить фото квартиры"
disabled={uploading || full}
onChange={(e) => handleFiles(e.target.files)}
/>