fix(tradein): aria-label на input[type=file] в PhotoUpload — a11y critical (#839) (#841)
All checks were successful
Deploy Trade-In / changes (push) Successful in 5s
Deploy Trade-In / test (push) Has been skipped
Deploy Trade-In / build-backend (push) Has been skipped
Deploy Trade-In / build-frontend (push) Successful in 1m35s
Deploy Trade-In / deploy (push) Successful in 36s

Co-authored-by: bot-frontend <bot-frontend@gendsgn.local>
Co-committed-by: bot-frontend <bot-frontend@gendsgn.local>
This commit is contained in:
bot-frontend 2026-05-30 20:30:49 +00:00 committed by bot-reviewer
parent 08509b1b78
commit cd406225fc

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)}
/>