Merge pull request #1264 from ONLYOFFICE/bugfix/avatar-size

Web:Client:Removed the transfer of the size of the avatar so that the…
This commit is contained in:
Alexey Safronov 2023-03-02 17:18:27 +04:00 committed by GitHub
commit bdb784b250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,6 @@ const AvatarEditorDialog = (props) => {
const avatars = await createThumbnailsAvatar(profile.id, {
x: 0,
y: 0,
width: 192,
height: 192,
tmpFile: res.data,
});
updateCreatedAvatar(avatars);