Skip to content

Commit

Permalink
feat: Add aria label to button
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Sep 27, 2023
1 parent f1981d9 commit bcf0bcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const SelectMultiple = (props: SelectMultipleProps) => {
<Typography variant="h4" component="h3" pr={3}>
Select all document types that apply
</Typography>
<Button variant="contained" onClick={handleClose}>
<Button variant="contained" onClick={handleClose} aria-label="Close list">
Done
</Button>
</ListHeader>
Expand Down

0 comments on commit bcf0bcd

Please sign in to comment.