This commit is contained in:
2025-08-26 20:27:30 +02:00
parent 135e73691b
commit 994151374e
82 changed files with 10 additions and 148 deletions

View File

@@ -88,7 +88,6 @@ export function DocumentBrowser({ collections, selectedCollection, onCollectionS
const data = await apiClient.get(url)
setDocuments(data.documents || [])
} catch (error) {
console.error('Failed to load documents:', error)
} finally {
setLoading(false)
}