fix build errors
Gitea/subman-nextjs/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-10-12 19:19:03 +02:00
parent 39ba6901d1
commit f939c3896a
2 changed files with 5 additions and 13 deletions

View File

@ -1134,26 +1134,18 @@ body {
justify-content: space-around;
}
.gap-0 {
gap: 0px;
}
.gap-0\.5 {
gap: 0.125rem;
}
.gap-1 {
gap: 0.25rem;
}
.gap-4 {
gap: 1rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-4 {
gap: 1rem;
}
.gap-x-16 {
-moz-column-gap: 4rem;
column-gap: 4rem;

View File

@ -1,7 +1,7 @@
import { Checkbox } from "@/components/ui/checkbox";
import { CellContext, Column, ColumnDef, ColumnMeta, Header, HeaderContext, RowSelectionTableState, Table, TableState } from "@tanstack/react-table";
export const selectCol: ColumnDef<any, any> = {
export const selectCol = {
id: "select",
header: (props: HeaderContext<any, any>) => {
return (