You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/dialogs/network-modifications/voltage-level-topology-modification/connection-cell-render.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ export default function ConnectionCellRenderer({ name }: Readonly<ConnectionCell
18
18
return(
19
19
<CheckboxNullableInput
20
20
name={name}
21
-
label={(value: boolean|null)=>
22
-
value!==null
23
-
? intl.formatMessage({id: value ? 'Open' : 'Closed'})
Copy file name to clipboardExpand all lines: src/components/dialogs/network-modifications/voltage-level-topology-modification/voltage-level-topology-modification-dialog.tsx
Copy file name to clipboardExpand all lines: src/components/dialogs/network-modifications/voltage-level-topology-modification/voltage-level-topology-modification-form.tsx
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,8 @@ export function VoltageLevelTopologyModificationForm({
Copy file name to clipboardExpand all lines: src/components/dialogs/network-modifications/voltage-level-topology-modification/voltage-level-topology.type.ts
0 commit comments