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

0
app/(main)/materiels/by-type/page.tsx Normal file → Executable file
View File

3
app/(main)/materiels/disponibles/page.tsx Normal file → Executable file
View File

@@ -324,4 +324,5 @@ const MaterielsDisponiblesPage = () => {
);
};
export default MaterielsDisponiblesPage;
export default MaterielsDisponiblesPage;

3
app/(main)/materiels/maintenance-prevue/page.tsx Normal file → Executable file
View File

@@ -339,4 +339,5 @@ const MaintenancePrevuePage = () => {
);
};
export default MaintenancePrevuePage;
export default MaintenancePrevuePage;

0
app/(main)/materiels/nouveau/page.tsx Normal file → Executable file
View File

0
app/(main)/materiels/page.tsx Normal file → Executable file
View File

4
app/(main)/materiels/search/page.tsx Normal file → Executable file
View File

@@ -204,7 +204,7 @@ const RechercheMaterielsPage = () => {
<Button
label="Effacer"
icon="pi pi-times"
severity="secondary"
severity={"secondary" as any}
className="p-button-text p-button-rounded"
onClick={() => setSearchParams({
nom: '',
@@ -255,4 +255,4 @@ const RechercheMaterielsPage = () => {
);
};
export default RechercheMaterielsPage;
export default RechercheMaterielsPage;

0
app/(main)/materiels/stats/page.tsx Normal file → Executable file
View File