Fix E-Mail

This commit is contained in:
2025-12-17 09:23:07 +01:00
parent 049a5b2264
commit 280cf4518a

View File

@@ -48,6 +48,15 @@ const setupPage = async () => {
if(data) loadedDocuments.value = data
loadedDocuments.value = await Promise.all(loadedDocuments.value.map(async doc => {
const document = await useEntities("createddocuments").selectSingle(doc.createddocument)
console.log(document)
return {
...doc,
createddocument: document
}}))
//console.log(loadedDocuments.value)
if(loadedDocuments.value.length > 0) {