mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update avatar max size (#1109)
This commit is contained in:
@ -64,8 +64,6 @@ const UpdateAccountDialog: React.FC<Props> = ({ destroy }: Props) => {
|
||||
console.error(error);
|
||||
toastHelper.error(`Failed to convert image to base64`);
|
||||
}
|
||||
} else {
|
||||
toastHelper.error("Image not found");
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user