mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: migrate memo route
This commit is contained in:
@ -75,7 +75,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
|
||||
if (event.altKey) {
|
||||
showChangeMemoCreatedTsDialog(memo.id);
|
||||
} else {
|
||||
navigateTo(`/m/${memo.id}`);
|
||||
navigateTo(`/m/${memo.name}`);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user