Browse Source

Fixed opening tenant profile autocomplete when "Create new" button clicked

pull/14809/head
Maksym Tsymbarov 7 months ago
committed by Vladyslav Prykhodko
parent
commit
a3db9f93d3
  1. 1
      ui-ngx/src/app/modules/home/components/profile/tenant-profile-autocomplete.component.ts

1
ui-ngx/src/app/modules/home/components/profile/tenant-profile-autocomplete.component.ts

@ -218,6 +218,7 @@ export class TenantProfileAutocompleteComponent implements ControlValueAccessor,
createTenantProfile($event: Event, profileName: string) {
$event.preventDefault();
$event.stopPropagation();
const tenantProfile: TenantProfile = {
name: profileName
};

Loading…
Cancel
Save