Skip to content

Commit 9a907a6

Browse files
committed
[bug] Fixed Configuration: Clearing Debug Components doesn't work
1 parent dd4d265 commit 9a907a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/configure/configure.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ export class ConfigureComponent implements OnInit {
185185
? mqttkeyfile.value
186186
: undefined;
187187
else delete config.mqttcertFile;
188+
if (config.debugComponents)
189+
config.debugComponents = this.debugComponentsFormControl!.value;
188190
}
189191
}
190192
}

0 commit comments

Comments
 (0)