From 0138e598cc50c88e7fe4fdb62c7f068687605b03 Mon Sep 17 00:00:00 2001 From: Kalutka Zhenya Date: Fri, 16 Sep 2022 11:43:10 +0300 Subject: [PATCH] Refactoring --- .../modules/home/components/widget/widget-config.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/widget-config.component.ts b/ui-ngx/src/app/modules/home/components/widget/widget-config.component.ts index b8bcd1876c..0b037ab2ed 100644 --- a/ui-ngx/src/app/modules/home/components/widget/widget-config.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/widget-config.component.ts @@ -230,7 +230,6 @@ export class WidgetConfigComponent extends PageComponent implements OnInit, Cont this.widgetSettings.get('titleTooltip').disable({emitEvent: false}); this.widgetSettings.get('showTitleIcon').patchValue(false); this.widgetSettings.get('showTitleIcon').disable({emitEvent: false}); - this.widgetSettings.get('showTitleIcon').disable({emitEvent: false}); } });