This commit is contained in:
2023-12-02 13:09:23 +01:00
parent 098bc97fa4
commit 45da05c9a4
46 changed files with 2889 additions and 5793 deletions

View File

@@ -50,7 +50,8 @@ const uploadAttachmentToSupabase = async (tenant, folder ,file ) => {
object: storageData.id,
folder: folder,
tags: ["E-Mail Anhang"],
path: storageData.path
path: storageData.path,
tenant: tenant
})
.select()