fix(home): empty default sort [EE-5822] (#9950)

pull/9985/head
Chaim Lev-Ari 2023-08-03 21:21:00 +02:00 committed by GitHub
parent 9c4d512a4c
commit 18e40cd973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export function EnvironmentList({ onClickBrowse, onRefresh }: Props) {
);
const [sortByFilter, setSortByFilter] = useHomePageFilter<
SortType | undefined
>('sortBy', 'Name');
>('sortBy', undefined);
const [sortByDescending, setSortByDescending] = useHomePageFilter(
'sortOrder',
false