Browse Source

UI: Fixed error: Expression has changed after it was checked.

pull/4372/head
Vladyslav_Prykhodko 5 years ago
parent
commit
45277c8789
  1. 2
      ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.html

2
ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.html

@ -80,7 +80,7 @@
(mousedown)="widgetMouseDown($event, widget)"
(click)="widgetClicked($event, widget)"
(contextmenu)="openWidgetContextMenu($event, widget)">
<div *ngIf="widgetComponent.widgetContext?.inited" fxLayout="row" fxLayoutAlign="space-between start">
<div *ngIf="!!widgetComponent.widgetContext?.inited" fxLayout="row" fxLayoutAlign="space-between start">
<div class="tb-widget-title" fxLayout="column" fxLayoutAlign="center start" *ngIf="widget.showWidgetTitlePanel">
<span *ngIf="widget.showTitle"
[ngClass]="{'single-row': widget.hasTimewindow}"

Loading…
Cancel
Save