Changed modal size
This commit is contained in:
@@ -145,7 +145,7 @@ export class BacklogComponent{
|
||||
const modalRef = this.modalService.open(SprintFormComponent, {
|
||||
backdrop: 'static',
|
||||
keyboard: true,
|
||||
size: "lg",
|
||||
size: "md",
|
||||
});
|
||||
|
||||
modalRef.result.then(result => {
|
||||
|
||||
Reference in New Issue
Block a user