#15
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 17s
Build and Push Docker Images / build-frontend (push) Successful in 1m9s

This commit is contained in:
2026-01-30 16:49:40 +01:00
parent e496a62b36
commit 71d249d8bf
2 changed files with 73 additions and 31 deletions

View File

@@ -151,6 +151,8 @@ const fileNames = computed(() => {
:disabled="uploadInProgress || selectedFiles.length === 0"
>Hochladen</UButton>
</template>
{{props.fileData}}
</UCard>
</div>
</UModal>