This commit is contained in:
Pieter Vander Vennet 2024-10-13 21:37:04 +02:00
parent 4794032e49
commit ca17d3da1b
7 changed files with 136 additions and 91 deletions

View file

@ -62,7 +62,7 @@
return
}
await state?.imageUploadManager.uploadImageAndApply(file, tags, targetKey)
await state?.imageUploadManager?.uploadImageAndApply(file, tags, targetKey)
} catch (e) {
console.error(e)
state.reportError(e, "Could not upload image")