1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

feat: set default env columns in project overview to 3 (#6338)

This commit is contained in:
Mateusz Kwasniewski 2024-02-26 13:10:45 +01:00 committed by GitHub
parent 4c340a5224
commit 2c5d4ba0ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,6 @@ export const useDefaultColumnVisibility = (allColumnIds: string[]) => {
'createdAt',
'type',
'tags',
...showEnvironments(2),
...showEnvironments(3),
]);
};