Skip to content

Commit

Permalink
Merge pull request #87 from ceph/user-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc authored Nov 14, 2024
2 parents e2bad8f + ccf67d3 commit b36478f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RunList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const _columns: MRT_ColumnDef<Run>[] = [
accessorKey: "user",
header: "user",
maxSize: 45,
enableColumnFilter: false,
enableColumnActions: false,
},
{
Expand Down Expand Up @@ -176,6 +175,7 @@ const _columns: MRT_ColumnDef<Run>[] = [
accessorKey: "results.total",
header: "total",
size: 30,
enableColumnFilter: false,
},
];

Expand Down

0 comments on commit b36478f

Please sign in to comment.