chore: update error message handler

This commit is contained in:
Steven
2022-08-20 07:34:39 +08:00
parent a98e64cf0a
commit f06a3d171b
15 changed files with 42 additions and 27 deletions

View File

@ -87,7 +87,7 @@ const MemoCardDialog: React.FC<Props> = (props: Props) => {
setLinkedMemos([]);
setMemo(nextMemo);
} else {
toastHelper.error("MEMO Not Found");
toastHelper.error("Memo Not Found");
targetEl.classList.remove("memo-link-text");
}
}