fix: Update PrimeReact and fix all compilation errors
This commit is contained in:
2
app/(main)/equipes/optimal/page.tsx
Normal file → Executable file
2
app/(main)/equipes/optimal/page.tsx
Normal file → Executable file
@@ -160,7 +160,7 @@ const EquipeOptimalePage = () => {
|
||||
return colors[specialite] || 'secondary';
|
||||
};
|
||||
|
||||
return <Tag value={rowData.specialite} severity={getSpecialiteColor(rowData.specialite)} />;
|
||||
return <Tag value={rowData.specialite} severity={getSpecialiteColor(rowData.specialite) as any} />;
|
||||
};
|
||||
|
||||
const competencesBodyTemplate = (rowData: EquipeRecommandee) => {
|
||||
|
||||
Reference in New Issue
Block a user