Skip to content

Commit

Permalink
Remove unnecessary ARIA labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jperals committed Mar 10, 2023
1 parent 5c80843 commit a9e03a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/collection-preferences/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ export namespace CollectionPreferencesProps {
liveAnnouncementDndStarted: string;
liveAnnouncementDndItemReordered: (position: number) => string;
liveAnnouncementDndDiscarded: string;
navigationAriaLabel?: string;
navigationAriaDescription?: string;
navigationItemAriaLabel?: string;
}

export interface VisibleContentOptionsGroup {
Expand Down

0 comments on commit a9e03a1

Please sign in to comment.