fix: Update PrimeReact to v10.8.3 and fix all compilation errors
This commit is contained in:
@@ -520,7 +520,7 @@ const CalendrierPlanningPage = () => {
|
||||
<Button
|
||||
icon="pi pi-pencil"
|
||||
size="small"
|
||||
severity="secondary"
|
||||
severity={"secondary" as any}
|
||||
outlined
|
||||
/>
|
||||
<Button
|
||||
@@ -697,12 +697,12 @@ const CalendrierPlanningPage = () => {
|
||||
<Tag
|
||||
value={typeBodyTemplate(event).props.children[1]}
|
||||
severity="info"
|
||||
size="small"
|
||||
size="normal"
|
||||
/>
|
||||
<Tag
|
||||
value={priorityBodyTemplate(event).props.value}
|
||||
severity={priorityBodyTemplate(event).props.severity}
|
||||
size="small"
|
||||
size="normal"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1010,4 +1010,6 @@ const CalendrierPlanningPage = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default CalendrierPlanningPage;
|
||||
export default CalendrierPlanningPage;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user