Skip to content

Commit

Permalink
add aria labels to LoadFileDialog (#1553)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliwia Radoła <[email protected]>
  • Loading branch information
tudde and oradola authored Dec 12, 2024
1 parent 2d861e8 commit b9376de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ThreeEditor/components/Dialog/LoadFileDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ export function LoadFileDialog({
)
}>
<Button
aria-label='cancel'
onClick={onClose}
autoFocus>
Cancel
</Button>
<Button
disabled={!data}
aria-label='clear and proceed'
onClick={() => {
onClose();

Expand Down

0 comments on commit b9376de

Please sign in to comment.