From 64fc4bfd4e59a6102deeda810b356864e54c7782 Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Tue, 19 Mar 2024 18:27:42 +0200 Subject: [PATCH] widget editot - read only --- .../app/modules/home/pages/widget/widget-editor.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui-ngx/src/app/modules/home/pages/widget/widget-editor.component.ts b/ui-ngx/src/app/modules/home/pages/widget/widget-editor.component.ts index 5471edac3f..9102fbe934 100644 --- a/ui-ngx/src/app/modules/home/pages/widget/widget-editor.component.ts +++ b/ui-ngx/src/app/modules/home/pages/widget/widget-editor.component.ts @@ -217,6 +217,9 @@ export class WidgetEditorComponent extends PageComponent implements OnInit, OnDe if (!this.widgetTypeDetails) { this.isDirty = true; } + + // @voba - edge read-only + this.isReadOnly = true; } ngOnInit(): void {