Skip to content

Commit

Permalink
feat: set default env columns in project overview to 3 (#6338)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Feb 26, 2024
1 parent 4c340a5 commit 2c5d4ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export const useDefaultColumnVisibility = (allColumnIds: string[]) => {
'createdAt',
'type',
'tags',
...showEnvironments(2),
...showEnvironments(3),
]);
};

0 comments on commit 2c5d4ba

Please sign in to comment.