Fixed userstory form size

This commit is contained in:
Nicolai Ort 2020-07-10 19:04:04 +02:00
parent 2e4863e442
commit bec66aa69d

View File

@ -89,6 +89,7 @@ export class UserstoryInnerTableComponent extends TableComponentBase<ScrumUserst
const modalRef = this.modalService.open(UserstoryFormComponent, { const modalRef = this.modalService.open(UserstoryFormComponent, {
backdrop: 'static', backdrop: 'static',
keyboard: true, keyboard: true,
size: "lg",
}); });
if (editUserstory === null) { if (editUserstory === null) {
modalRef.result.then((result) => { modalRef.result.then((result) => {