Unused filter function value
This commit is contained in:
parent
fbc14fd7b4
commit
38d3e1912c
@ -14,7 +14,7 @@
|
|||||||
$: selected =
|
$: selected =
|
||||||
$table?.getSelectedRowModel().rows.map((row) => row.index) || [];
|
$table?.getSelectedRowModel().rows.map((row) => row.index) || [];
|
||||||
|
|
||||||
const groupFilter = (row, columnId, value, addMeta) => {
|
const groupFilter = (row, columnId, value) => {
|
||||||
const group = row.getValue(columnId);
|
const group = row.getValue(columnId);
|
||||||
if (group.responseType === "RUNNERORGANIZATION") {
|
if (group.responseType === "RUNNERORGANIZATION") {
|
||||||
return group.name.toLowerCase().includes(value.toLowerCase());
|
return group.name.toLowerCase().includes(value.toLowerCase());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user