Skip to content

Commit

Permalink
widget editot - read only
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-babak committed Mar 19, 2024
1 parent 3fc7e4f commit 64fc4bf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 64fc4bf

Please sign in to comment.