mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: customize memo list sorting rules (#312)
* chore: update .gitignore * feat: 添加Memo列表按更新时间排序 * fix go-static-checks * update * update * update Memo.tsx/MemoList.tsx * handle conflict Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
@ -174,6 +174,7 @@ const MemoEditor: React.FC = () => {
|
||||
});
|
||||
locationService.clearQuery();
|
||||
}
|
||||
locationService.setUpdatedFlag();
|
||||
} catch (error: any) {
|
||||
console.error(error);
|
||||
toastHelper.error(error.response.data.message);
|
||||
|
Reference in New Issue
Block a user