fix: Resolve TypeScript errors in page.tsx and phases-chantier/page.tsx
This commit is contained in:
@@ -233,6 +233,7 @@ const NotificationsPage = () => {
|
||||
value={notifications}
|
||||
selection={selectedNotifications}
|
||||
onSelectionChange={(e) => setSelectedNotifications(e.value)}
|
||||
selectionMode="checkbox"
|
||||
dataKey="id"
|
||||
paginator
|
||||
rows={10}
|
||||
|
||||
Reference in New Issue
Block a user