Fixed edit dispatch

This commit is contained in:
Nicolai Ort 2023-04-12 20:15:43 +02:00
parent 53b945c72f
commit c681570134
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -50,9 +50,9 @@
const columns = [
{
accessorKey: "id",
header: () => "id",
filterFn: `equalsString`,
accessorKey: "code",
header: () => $_("code"),
filterFn: `includesString`,
},
{
accessorKey: "runner",