Skip to content

Commit 9a9c957

Browse files
committed
Activate property modification on line and two windings transformers modification
1 parent 89b8b9e commit 9a9c957

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

src/components/dialogs/limits/limits-side-pane.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,10 @@ export function LimitsSidePane({
207207
<Box sx={{ p: 2 }}>
208208
{limitsGroupApplicabilityName && (
209209
<Box>
210-
{!isModification && (
211-
<LimitsPropertiesSideStack
212-
name={`${opLimitsGroupFormName}.${LIMITS_PROPERTIES}`}
213-
disabled={disabled}
214-
/>
215-
)}
210+
<LimitsPropertiesSideStack
211+
name={`${opLimitsGroupFormName}.${LIMITS_PROPERTIES}`}
212+
disabled={disabled}
213+
/>
216214
<Grid container justifyContent="flex-start" alignItems="center" sx={{ paddingBottom: '15px' }}>
217215
<Grid item xs={2}>
218216
<FormattedMessage id="Applicability" />

src/components/dialogs/limits/operational-limits-groups-tabs.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,9 @@ export const OperationalLimitsGroupsTabs = forwardRef<any, OperationalLimitsGrou
339339
''
340340
)}
341341
</Stack>
342-
{!isAModification && (
343-
<LimitsPropertiesStack
344-
name={`${parentFormName}.${OPERATIONAL_LIMITS_GROUPS}[${index}].${LIMITS_PROPERTIES}`}
345-
/>
346-
)}
342+
<LimitsPropertiesStack
343+
name={`${parentFormName}.${OPERATIONAL_LIMITS_GROUPS}[${index}].${LIMITS_PROPERTIES}`}
344+
/>
347345
</Stack>
348346

349347
{(index === hoveredRowIndex || index === activatedByMenuTabIndex) && (

0 commit comments

Comments
 (0)