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 21, 2024
1 parent 7a4f371 commit ec97582
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 ec97582

Please sign in to comment.