fix: Update PrimeReact to v10.8.3 and fix all compilation errors
This commit is contained in:
@@ -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