mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat(mobile): jouranl daily activity and conflict operations (#8779)
close AF-1662
This commit is contained in:
@@ -168,7 +168,7 @@ export const EditorJournalPanel = () => {
|
||||
);
|
||||
};
|
||||
|
||||
const sortPagesByDate = (
|
||||
export const sortPagesByDate = (
|
||||
docs: DocRecord[],
|
||||
field: 'updatedDate' | 'createDate',
|
||||
order: 'asc' | 'desc' = 'desc'
|
||||
|
||||
Reference in New Issue
Block a user