Skip to content

Commit

Permalink
components/RunList: Disable showColumnFilters in initial state
Browse files Browse the repository at this point in the history
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
  • Loading branch information
VallariAg committed Jun 14, 2024
1 parent 583ac7b commit 9c7543b
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 @@ -247,6 +247,7 @@ export default function RunList(props: RunListProps) {
desc: true,
},
],
showColumnFilters: false,
},
state: {
columnFilters,
Expand Down

0 comments on commit 9c7543b

Please sign in to comment.