mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak props naming
This commit is contained in:
@ -52,8 +52,8 @@ const MemoActionMenu = (props: Props) => {
|
||||
|
||||
const handleEditMemoClick = () => {
|
||||
showMemoEditorDialog({
|
||||
memoId: extractMemoIdFromName(memo.name),
|
||||
cacheKey: `${memo.name}-${memo.updateTime}`,
|
||||
memoName: memo.name,
|
||||
cacheKey: `${memo.name}-${memo.displayTime}`,
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user