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

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;