Browse Source
Update template-autocomplete.component.ts
pull/13783/head
Vladyslav Prykhodko
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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({ |
|
|
|
|