jbilcke-hf HF staff commited on
Commit
1994a9c
β€’
1 Parent(s): e3cd957

temporary disable the checkbox

Browse files
src/components/business/videos/columns.tsx CHANGED
@@ -10,6 +10,7 @@ import { triggerDownload } from "@/lib/triggerDownload"
10
  import { ChangeStatusButton } from "./change-status-button"
11
 
12
  export const columns: ColumnDef<Video>[] = [
 
13
  {
14
  id: "select",
15
  header: ({ table }) => (
@@ -31,6 +32,7 @@ export const columns: ColumnDef<Video>[] = [
31
  enableSorting: false,
32
  enableHiding: false,
33
  },
 
34
  {
35
  accessorKey: "id",
36
  header: ({ column }) => null,
 
10
  import { ChangeStatusButton } from "./change-status-button"
11
 
12
  export const columns: ColumnDef<Video>[] = [
13
+ /*
14
  {
15
  id: "select",
16
  header: ({ table }) => (
 
32
  enableSorting: false,
33
  enableHiding: false,
34
  },
35
+ */
36
  {
37
  accessorKey: "id",
38
  header: ({ column }) => null,