fix: Update PrimeReact to v10.8.3 and fix all compilation errors
This commit is contained in:
@@ -138,7 +138,7 @@ const PhasesEnRetardPage: Page = () => {
|
||||
severity="warning"
|
||||
onClick={() => relancerPhase(rowData)}
|
||||
tooltip="Relancer la phase"
|
||||
size="small"
|
||||
size="normal"
|
||||
/>
|
||||
<Button
|
||||
icon="pi pi-calendar"
|
||||
@@ -146,7 +146,7 @@ const PhasesEnRetardPage: Page = () => {
|
||||
severity="info"
|
||||
onClick={() => replanifierPhase(rowData)}
|
||||
tooltip="Replanifier"
|
||||
size="small"
|
||||
size="normal"
|
||||
/>
|
||||
<Button
|
||||
icon="pi pi-exclamation-triangle"
|
||||
@@ -154,7 +154,7 @@ const PhasesEnRetardPage: Page = () => {
|
||||
severity="danger"
|
||||
onClick={() => escaladerPhase(rowData)}
|
||||
tooltip="Escalader"
|
||||
size="small"
|
||||
size="normal"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
@@ -494,4 +494,4 @@ const PhasesEnRetardPage: Page = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default PhasesEnRetardPage;
|
||||
export default PhasesEnRetardPage;
|
||||
|
||||
Reference in New Issue
Block a user