fix: Update PrimeReact and fix all compilation errors

This commit is contained in:
Lions Dev
2025-10-13 05:18:02 +02:00
parent 6ebca4945c
commit 96eb956b0b
793 changed files with 11998 additions and 10690 deletions

6
app/(main)/factures/retard/page.tsx Normal file → Executable file
View File

@@ -374,7 +374,7 @@ ACTIONS RECOMMANDÉES:
<Button
icon="pi pi-user-minus"
rounded
severity="secondary"
severity={"secondary" as any}
size="small"
tooltip="Suspendre le client"
onClick={() => suspendClient(rowData)}
@@ -712,4 +712,6 @@ ACTIONS RECOMMANDÉES:
);
};
export default FacturesRetardPage;
export default FacturesRetardPage;