Merge branch 'experiment/tanstack' of https://git.odit.services/lfk/frontend into experiment/tanstack
This commit is contained in:
		@@ -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());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user