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