Remove windowClass in modal open.
This commit is contained in:
@ -70,9 +70,7 @@ export class AccountListComponent implements OnInit {
|
||||
* Add an empty account.
|
||||
*/
|
||||
add() {
|
||||
const modal = this.ngbModal.open(AccountEditModalComponent, {
|
||||
windowClass: 'in'
|
||||
});
|
||||
const modal = this.ngbModal.open(AccountEditModalComponent);
|
||||
|
||||
modal.componentInstance.account = new Account();
|
||||
|
||||
|
Reference in New Issue
Block a user