Corrected Assigning

This commit is contained in:
2025-04-24 15:19:22 +02:00
parent 795a8662f9
commit e71118ad09
2 changed files with 16 additions and 10 deletions

View File

@@ -333,6 +333,7 @@ const showFile = (fileId) => {
console.log(fileId)
modal.open(DocumentDisplayModal,{
documentData: documents.value.find(i => i.id === fileId),
onUpdatedNeeded: setupPage()
})
}
const selectedFiles = ref({});