diff --git a/src/components/RunList/index.tsx b/src/components/RunList/index.tsx index 73e1c12..6a5eff4 100644 --- a/src/components/RunList/index.tsx +++ b/src/components/RunList/index.tsx @@ -175,6 +175,7 @@ const _columns: MRT_ColumnDef[] = [ accessorKey: "results.total", header: "total", size: 30, + enableColumnFilter: false, }, ];