fix: Resolve TypeScript errors in page.tsx and phases-chantier/page.tsx

This commit is contained in:
dahoud
2025-10-15 20:01:04 +00:00
parent 763ab81da3
commit aed2ce0182
22 changed files with 152 additions and 118 deletions

View File

@@ -233,6 +233,7 @@ const NotificationsPage = () => {
value={notifications}
selection={selectedNotifications}
onSelectionChange={(e) => setSelectedNotifications(e.value)}
selectionMode="checkbox"
dataKey="id"
paginator
rows={10}