Upload svgs for room icon

This commit is contained in:
Jon Staab
2025-11-11 17:34:15 -08:00
parent 57447e5bf4
commit 1a4d45fa9c
3 changed files with 16 additions and 22 deletions
-2
View File
@@ -57,8 +57,6 @@
if (imageFile) {
const {error, result} = await uploadFile(imageFile, {maxWidth: 128, maxHeight: 128})
console.log(imageFile, result)
if (error) {
return pushToast({theme: "error", message: error})
}