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

8
app/(main)/factures/payees/page.tsx Normal file → Executable file
View File

@@ -365,7 +365,7 @@ RECOMMANDATIONS:
<Button
icon="pi pi-file-pdf"
rounded
severity="secondary"
severity={"secondary" as any}
size="small"
tooltip="Générer attestation de paiement"
onClick={() => {
@@ -585,7 +585,7 @@ RECOMMANDATIONS:
<Button
label="Attestation"
icon="pi pi-file-pdf"
severity="secondary"
severity={"secondary" as any}
size="small"
onClick={() => {
toast.current?.show({
@@ -607,4 +607,6 @@ RECOMMANDATIONS:
);
};
export default FacturesPayeesPage;
export default FacturesPayeesPage;