mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-15 22:26:58 +00:00
fix
This commit is contained in:
parent
4767ddd9fa
commit
62d1c4e08d
@ -385,9 +385,7 @@ export default ({
|
||||
maxWidth: 1200,
|
||||
mimeType: 'image/webp',
|
||||
success(result) {
|
||||
compressedFile = new File([result], 'image.webp', {
|
||||
type: 'image/webp',
|
||||
});
|
||||
compressedFile = result;
|
||||
resolve();
|
||||
},
|
||||
error(err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user