fix: Update PrimeReact and fix all compilation errors
This commit is contained in:
2
app/(main)/clients/historique/page.tsx
Normal file → Executable file
2
app/(main)/clients/historique/page.tsx
Normal file → Executable file
@@ -155,7 +155,7 @@ const HistoriqueClientsPage = () => {
|
||||
return (
|
||||
<div className="flex align-items-center">
|
||||
<i className={`pi ${config.icon} mr-2`} />
|
||||
<Tag value={config.label} severity={config.severity} />
|
||||
<Tag value={config.label} severity={config.severity as any} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user