Skip to content

Commit

Permalink
RunList: disable column filter on "total"
Browse files Browse the repository at this point in the history
This is because paddles does not support this filter
so the component was breaks when the filter is used.

Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg committed Sep 27, 2024
1 parent 9cce24c commit ccf67d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RunList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const _columns: MRT_ColumnDef<Run>[] = [
accessorKey: "results.total",
header: "total",
size: 30,
enableColumnFilter: false,
},
];

Expand Down

0 comments on commit ccf67d3

Please sign in to comment.