fix: Update PrimeReact to v10.8.3 and fix all compilation errors
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user