fix: Update PrimeReact to v10.8.3 and fix all compilation errors

This commit is contained in:
dahoud
2025-10-13 03:01:36 +00:00
parent 2a2e54c0e3
commit 30cad6220b
85 changed files with 928 additions and 2020 deletions

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;