RED-10011: Fixed broken menu after accessing configuration
This commit is contained in:
parent
c9444d7747
commit
d4653ca983
@ -29,7 +29,7 @@ export class GeneralConfigScreenComponent extends BaseFormComponent implements A
|
||||
|
||||
get changed(): boolean {
|
||||
for (const child of this.children) {
|
||||
if (child.changed) {
|
||||
if (child?.changed) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user