Skip to content

Commit 050fcda

Browse files
committed
feat: add aria-label to filter select
1 parent 2871cb9 commit 050fcda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/map/[id]/components/table/MapTableFilter.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ function ChildFilter({ filter, setFilter }: TableFilterProps) {
329329
{filter.column}
330330
</span>
331331
<select
332+
aria-label="Filter type"
332333
value={filter.type === FilterType.EXACT ? "is" : "contains"}
333334
onChange={(e) =>
334335
updateFilter({

0 commit comments

Comments
 (0)