fix: Remove size prop from Tag components
This commit is contained in:
@@ -698,12 +698,10 @@ const CalendrierPlanningPage = () => {
|
||||
<Tag
|
||||
value={typeBodyTemplate(event).props.children[1]}
|
||||
severity="info"
|
||||
size="normal"
|
||||
/>
|
||||
<Tag
|
||||
value={priorityBodyTemplate(event).props.value}
|
||||
severity={priorityBodyTemplate(event).props.severity}
|
||||
size="normal"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user