chore: update avatar max size (#1109)

This commit is contained in:
boojack
2023-02-18 10:48:31 +08:00
committed by GitHub
parent bcee0bbf3a
commit 37f9c7c8d6
6 changed files with 30 additions and 30 deletions

View File

@ -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");
}
};