We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88136e2 commit 46feffbCopy full SHA for 46feffb
src/hooks/useModificationLabelComputer.tsx
@@ -98,6 +98,7 @@ export const useModificationLabelComputer = () => {
98
});
99
case MODIFICATION_TYPES.CREATE_COUPLING_DEVICE.type:
100
case MODIFICATION_TYPES.CREATE_VOLTAGE_LEVEL_TOPOLOGY.type:
101
+ case MODIFICATION_TYPES.CREATE_VOLTAGE_LEVEL_SECTION.type:
102
return modificationMetadata.voltageLevelId;
103
default:
104
return modificationMetadata.equipmentId || '';
0 commit comments