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