Fixed edit dispatch
This commit is contained in:
		@@ -50,9 +50,9 @@
 | 
			
		||||
 | 
			
		||||
  const columns = [
 | 
			
		||||
    {
 | 
			
		||||
      accessorKey: "id",
 | 
			
		||||
      header: () => "id",
 | 
			
		||||
      filterFn: `equalsString`,
 | 
			
		||||
      accessorKey: "code",
 | 
			
		||||
      header: () => $_("code"),
 | 
			
		||||
      filterFn: `includesString`,
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      accessorKey: "runner",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user