mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 16:29:44 +02:00
fix(home): empty default sort [EE-5822] (#9951)
This commit is contained in:
parent
1cecbd7177
commit
f59573f306
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export function EnvironmentList({ onClickBrowse, onRefresh }: Props) {
|
||||||
);
|
);
|
||||||
const [sortByFilter, setSortByFilter] = useHomePageFilter<
|
const [sortByFilter, setSortByFilter] = useHomePageFilter<
|
||||||
SortType | undefined
|
SortType | undefined
|
||||||
>('sortBy', 'Name');
|
>('sortBy', undefined);
|
||||||
const [sortByDescending, setSortByDescending] = useHomePageFilter(
|
const [sortByDescending, setSortByDescending] = useHomePageFilter(
|
||||||
'sortOrder',
|
'sortOrder',
|
||||||
false
|
false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue