diff --git a/pages/email/new.vue b/pages/email/new.vue index 8591b91..390559d 100644 --- a/pages/email/new.vue +++ b/pages/email/new.vue @@ -124,7 +124,7 @@ const sendEmail = async () => { for await (const doc of loadedDocuments.value) { - const {data,error} = await supabase.storage.from("files").download(doc.path) + const {data,error} = await supabase.storage.from("filesdev").download(doc.path) body.attachments.push({ filename: doc.path.split("/")[doc.path.split("/").length -1], @@ -197,25 +197,21 @@ const sendEmail = async () => { @@ -230,7 +226,7 @@ const sendEmail = async () => { class="mx-auto w-10 h-10" /> Anhänge hochladen--> -