mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: adding no backup preview condition
This commit is contained in:
parent
89b830fe9a
commit
3e165e05fb
4 changed files with 20 additions and 36 deletions
|
|
@ -33,9 +33,6 @@ const getNewProfileImageUrl = async (localImageUrl: string) => {
|
|||
headers: {
|
||||
"Content-Type": mimeType,
|
||||
},
|
||||
onUploadProgress: (progressEvent) => {
|
||||
console.log(progressEvent);
|
||||
},
|
||||
});
|
||||
|
||||
return profileImageUrl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue