Browse Source

Update template-autocomplete.component.ts

pull/13783/head
Vladyslav Prykhodko 1 year ago
committed by GitHub
parent
commit
0bf3171bbf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      ui-ngx/src/app/shared/components/notification/template-autocomplete.component.ts

1
ui-ngx/src/app/shared/components/notification/template-autocomplete.component.ts

@ -216,6 +216,7 @@ export class TemplateAutocompleteComponent implements ControlValueAccessor, OnIn
button._elementRef.nativeElement.blur();
this.createTemplateByName($event);
}
createTemplateByName($event: Event, name?: string) {
$event?.stopPropagation();
this.openNotificationTemplateDialog({

Loading…
Cancel
Save