Remove windowClass in modal open.
This commit is contained in:
@ -76,9 +76,7 @@ export class ScheduleListComponent implements OnInit {
|
||||
var schedule = new Schedule();
|
||||
schedule.account_id = this.accountId;
|
||||
|
||||
const modal = this.ngbModal.open(ScheduleEditModalComponent, {
|
||||
windowClass: 'in'
|
||||
});
|
||||
const modal = this.ngbModal.open(ScheduleEditModalComponent);
|
||||
|
||||
modal.componentInstance.schedule = schedule;
|
||||
|
||||
|
Reference in New Issue
Block a user