fix: Update PrimeReact and fix all compilation errors
This commit is contained in:
8
app/(main)/factures/payees/page.tsx
Normal file → Executable file
8
app/(main)/factures/payees/page.tsx
Normal file → Executable 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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user