We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2871cb9 commit 050fcdaCopy full SHA for 050fcda
1 file changed
src/app/map/[id]/components/table/MapTableFilter.tsx
@@ -329,6 +329,7 @@ function ChildFilter({ filter, setFilter }: TableFilterProps) {
329
{filter.column}
330
</span>
331
<select
332
+ aria-label="Filter type"
333
value={filter.type === FilterType.EXACT ? "is" : "contains"}
334
onChange={(e) =>
335
updateFilter({
0 commit comments