Changed modal size
This commit is contained in:
parent
13fda66525
commit
7654194309
@ -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 => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user