fix: Update PrimeReact and fix all compilation errors

This commit is contained in:
Lions Dev
2025-10-13 05:18:02 +02:00
parent 6ebca4945c
commit 96eb956b0b
793 changed files with 11998 additions and 10690 deletions

5
app/(main)/maintenances/planifiees/page.tsx Normal file → Executable file
View File

@@ -311,7 +311,7 @@ const MaintenancesPlanifieesPage = () => {
<div>
<div className="font-semibold">{m.materiel?.nom}</div>
<div className="text-sm text-500">{m.description}</div>
<Tag value={m.type?.replace('_', ' ')} severity={getTypeSeverity(m.type)} size="small" className="mt-1" />
<Tag value={m.type?.replace('_', ' ')} severity={getTypeSeverity(m.type)} size="normal" className="mt-1" />
</div>
)
}));
@@ -445,4 +445,5 @@ const MaintenancesPlanifieesPage = () => {
);
};
export default MaintenancesPlanifieesPage;
export default MaintenancesPlanifieesPage;