Merge branch 'experiment/tanstack' of https://git.odit.services/lfk/frontend into experiment/tanstack

This commit is contained in:
2023-04-12 18:29:15 +02:00

View File

@@ -14,7 +14,7 @@
$: selected =
$table?.getSelectedRowModel().rows.map((row) => row.index) || [];
const groupFilter = (row, columnId, value, addMeta) => {
const groupFilter = (row, columnId, value) => {
const group = row.getValue(columnId);
if (group.responseType === "RUNNERORGANIZATION") {
return group.name.toLowerCase().includes(value.toLowerCase());