mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: create memo visibility when creating
This commit is contained in:
@ -340,7 +340,7 @@ const MemoEditor = (props: Props) => {
|
||||
editorRef.current?.setContent("");
|
||||
} catch (error: any) {
|
||||
console.error(error);
|
||||
toast.error(error.response.data.message);
|
||||
toast.error(error.details);
|
||||
}
|
||||
|
||||
setState((state) => {
|
||||
|
Reference in New Issue
Block a user