Skip to content

Commit a82ebb2

Browse files
stevesCopilot
andauthored
Fix screen reader announcing incorrect list info on audit log pages (#61821)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9ac9bfa commit a82ebb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audit-logs/components/GroupedEvents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function GroupedEvents({ auditLogEvents, category, categoryNote }
5050
<div>
5151
{auditLogEvents.map((event) => (
5252
<div key={event.action} className={styles.eventItem}>
53-
<dl>
53+
<dl role="none">
5454
<dt className={styles.eventAction}>
5555
<code>{event.action}</code>
5656
</dt>

0 commit comments

Comments
 (0)