Skip to content

Commit

Permalink
Fix aria-role
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand committed Dec 6, 2024
1 parent afb54c8 commit 7e22640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function ContactSelector({
return (
<>
<div className={styles.contactSelector}>
<div className={styles.tagList} role="tabList">
<div className={styles.tagList} role="tablist">
{locations.map((location) => (
<Tag
key={location._id}
Expand Down

0 comments on commit 7e22640

Please sign in to comment.