forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
44c31594b7
98 changed files with 2018 additions and 1589 deletions
|
|
@ -63,7 +63,7 @@
|
|||
return
|
||||
}
|
||||
|
||||
await state?.imageUploadManager.uploadImageAndApply(file, tags, targetKey, noBlur)
|
||||
await state?.imageUploadManager?.uploadImageAndApply(file, tags, targetKey, noBlur)
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
state.reportError(e, "Could not upload image")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue