Fixed DocumentUpload and Loading in Files

This commit is contained in:
2025-04-12 12:06:52 +02:00
parent 977e9e0344
commit af90c6fcf3

View File

@@ -89,7 +89,6 @@ const isDragTarget = ref(false)
const loaded = ref(false)
const setupPage = async () => {
console.log("setupPage")
folders.value = await useSupabaseSelect("folders")
documents.value = await files.selectDocuments()