fix: Update PrimeReact and fix all compilation errors
This commit is contained in:
0
app/(main)/materiels/by-type/page.tsx
Normal file → Executable file
0
app/(main)/materiels/by-type/page.tsx
Normal file → Executable file
3
app/(main)/materiels/disponibles/page.tsx
Normal file → Executable file
3
app/(main)/materiels/disponibles/page.tsx
Normal file → Executable 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
3
app/(main)/materiels/maintenance-prevue/page.tsx
Normal file → Executable file
@@ -339,4 +339,5 @@ const MaintenancePrevuePage = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default MaintenancePrevuePage;
|
||||
export default MaintenancePrevuePage;
|
||||
|
||||
|
||||
0
app/(main)/materiels/nouveau/page.tsx
Normal file → Executable file
0
app/(main)/materiels/nouveau/page.tsx
Normal file → Executable file
0
app/(main)/materiels/page.tsx
Normal file → Executable file
0
app/(main)/materiels/page.tsx
Normal file → Executable file
4
app/(main)/materiels/search/page.tsx
Normal file → Executable file
4
app/(main)/materiels/search/page.tsx
Normal file → Executable 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
0
app/(main)/materiels/stats/page.tsx
Normal file → Executable file
Reference in New Issue
Block a user