diff --git a/ui-ngx/src/app/modules/home/components/widget/action/widget-action-dialog.component.ts b/ui-ngx/src/app/modules/home/components/widget/action/widget-action-dialog.component.ts index 72798bfd1a..76956152fa 100644 --- a/ui-ngx/src/app/modules/home/components/widget/action/widget-action-dialog.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/action/widget-action-dialog.component.ts @@ -29,8 +29,7 @@ import { Validators } from '@angular/forms'; import { - WidgetConfigComponentData, - WidgetInfo + WidgetConfigComponentData } from '@home/models/widget-component.models'; import { Observable, of } from 'rxjs'; import { Router } from '@angular/router'; @@ -73,10 +72,8 @@ export class WidgetActionDialogComponent extends DialogComponent