Skip to content

Commit

Permalink
Merge pull request #714 from JT0Y/JTOY/652-x-close-labels
Browse files Browse the repository at this point in the history
652: x button close labels
  • Loading branch information
bacitracin authored Jun 28, 2024
2 parents 882bef0 + 0fb4cb1 commit f38178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Filters/MultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const MultiSelect: FC<MultiSelectProps> = ({
<SelectFilterChip
key={index}
classNames={{ base: "multiSelectChip" }}
endContent={<X />}
endContent={<X aria-label={`close ${option}`} />}
onClose={() => toggleDimension(option)}
>
{option}
Expand Down

0 comments on commit f38178d

Please sign in to comment.