mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 15:26:59 +08:00
fix: sort in desc based update date by default (#2510)
This commit is contained in:
@@ -117,7 +117,7 @@ export const PageList = ({
|
||||
}: PageListProps) => {
|
||||
const sorter = useSorter<ListData>({
|
||||
data: list,
|
||||
key: 'createDate',
|
||||
key: 'updatedDate',
|
||||
order: 'desc',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user