Merge pull request #13771 from vvlladd28/bug/alarm-table/assign-widget-editor
Fix error message in Alarm widget preview when opening Assign field dropdown
This commit is contained in:
commit
b698f78e1c
@ -1187,8 +1187,9 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit,
|
||||
}
|
||||
|
||||
openAlarmAssigneePanel($event: Event, entity: AlarmInfo) {
|
||||
if ($event) {
|
||||
$event.stopPropagation();
|
||||
$event?.stopPropagation();
|
||||
if (entity.id.id === NULL_UUID) {
|
||||
return
|
||||
}
|
||||
const target = $event.target || $event.currentTarget;
|
||||
const config = new OverlayConfig();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user