CST-12455_coar-7sync Fixed 2 code rows

This commit is contained in:
Mattia Vianelli
2023-11-16 22:25:50 +01:00
parent 1ba925dd8f
commit 5203a0106c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,10 @@
import {ComponentFixture, TestBed} from '@angular/core/testing';
import { NgbDropdownModule } from '@ng-bootstrap/ng-bootstrap';
import {NgbDropdownModule, NgbModal} from '@ng-bootstrap/ng-bootstrap';
import {LdnServiceFormEditComponent} from './ldn-service-form-edit.component';
import {ChangeDetectorRef, EventEmitter} from '@angular/core';
import {FormBuilder, ReactiveFormsModule} from '@angular/forms';
import {ActivatedRoute, Router} from '@angular/router';
import {NgbModal} from '@ng-bootstrap/ng-bootstrap';
import {TranslateModule, TranslateService} from '@ngx-translate/core';
import {PaginationService} from 'ngx-pagination';
import {NotificationsService} from '../../../shared/notifications/notifications.service';

View File

@@ -109,7 +109,8 @@
ngbDropdownAnchor
type="text"
/>
<div aria-labelledby="inboundPatternDropdownButton" class="dropdown-menu scrollable-dropdown-menu w-100 "
<div aria-labelledby="inboundPatternDropdownButton"
class="dropdown-menu scrollable-dropdown-menu w-100 "
ngbDropdownMenu>
<div class="scrollable-menu" role="listbox">
<button (click)="selectInboundPattern(pattern, i); $event.stopPropagation()"