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
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:
parent
08509b1b78
commit
cd406225fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue