chore: fix memo cache key

pull/3481/head
Steven 9 months ago
parent 93e848d170
commit cbf556fee5

@ -53,7 +53,7 @@ const MemoActionMenu = (props: Props) => {
const handleEditMemoClick = () => {
showMemoEditorDialog({
memoName: memo.name,
cacheKey: `${memo.name}-${memo.displayTime}`,
cacheKey: `${memo.name}-${memo.updateTime}`,
});
};

Loading…
Cancel
Save