Skip to content

Commit

Permalink
RunList: enable filter by user
Browse files Browse the repository at this point in the history
Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg committed Sep 21, 2024
1 parent 9e035cc commit 7a4f371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 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

0 comments on commit 7a4f371

Please sign in to comment.