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 bc6b959 commit 056d64fCopy full SHA for 056d64f
src/components/dialogs/connectivity/connectivity-form.tsx
@@ -159,6 +159,9 @@ export function ConnectivityForm({
159
if (watchVoltageLevelId) {
160
setValue(`${id}.${IS_VOLTAGE_LEVEL_MODIFICATION}`, true);
161
}
162
+ if (watchBusBarSectionId === '') {
163
+ setValue(`${id}.${BUS_OR_BUSBAR_SECTION}`, null);
164
+ }
165
if (watchBusBarSectionId) {
166
setValue(`${id}.${IS_BUS_OR_BUSBAR_SECTION_MODIFICATION}`, true);
167
0 commit comments