Refactoring

This commit is contained in:
Kalutka Zhenya 2022-09-16 11:43:10 +03:00
parent 85cec6810c
commit 0138e598cc

View File

@ -230,7 +230,6 @@ export class WidgetConfigComponent extends PageComponent implements OnInit, Cont
this.widgetSettings.get('titleTooltip').disable({emitEvent: false}); this.widgetSettings.get('titleTooltip').disable({emitEvent: false});
this.widgetSettings.get('showTitleIcon').patchValue(false); this.widgetSettings.get('showTitleIcon').patchValue(false);
this.widgetSettings.get('showTitleIcon').disable({emitEvent: false}); this.widgetSettings.get('showTitleIcon').disable({emitEvent: false});
this.widgetSettings.get('showTitleIcon').disable({emitEvent: false});
} }
}); });