This commit is contained in:
Şahan Hasret
2025-11-21 17:46:30 +03:00
parent c0b7fb463e
commit 76c31274d5
46 changed files with 3675 additions and 1043 deletions

View File

@@ -28,7 +28,7 @@ export default function DocumentsSection({ onClose }: DocumentsSectionProps) {
];
useEffect(() => {
setDocuments(dataStore.getDocuments());
dataStore.getDocuments().then(setDocuments);
}, []);
const filteredDocs = selectedCategory === 'all'