Skip to content

Commit

Permalink
Add ariaLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda committed Sep 27, 2023
1 parent 8badb7e commit 96c9159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/property-filter/permutations.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ const permutations = createPermutations<Partial<PropertyFilterProps>>([
operation: 'and',
},
],
customFilterActions: [<ButtonDropdown key={0} mainAction={{ text: 'Clear filters' }} items={[]} />],
customFilterActions: [
<ButtonDropdown key={0} mainAction={{ text: 'Clear filters' }} items={[]} ariaLabel="Filter actions" />,
],
},
]);

Expand Down

0 comments on commit 96c9159

Please sign in to comment.