landscape: default to 'last updated' sort

This commit is contained in:
Matilde Park 2020-10-30 16:14:19 -04:00
parent dcc8ea666d
commit d2c8939fb0

View File

@ -87,7 +87,7 @@ export function Sidebar(props: SidebarProps) {
const [config, setConfig] = useLocalStorageState<SidebarListConfig>(
`group-config:${groupPath || "home"}`,
{
sortBy: "asc",
sortBy: "lastUpdated",
hideUnjoined: false,
}
);