Changed modal size

This commit is contained in:
Nicolai Ort 2020-07-10 18:25:09 +02:00
parent 13fda66525
commit 7654194309

View File

@ -145,7 +145,7 @@ export class BacklogComponent{
const modalRef = this.modalService.open(SprintFormComponent, { const modalRef = this.modalService.open(SprintFormComponent, {
backdrop: 'static', backdrop: 'static',
keyboard: true, keyboard: true,
size: "lg", size: "md",
}); });
modalRef.result.then(result => { modalRef.result.then(result => {