Fixed userstory form size
This commit is contained in:
parent
2e4863e442
commit
bec66aa69d
@ -89,6 +89,7 @@ export class UserstoryInnerTableComponent extends TableComponentBase<ScrumUserst
|
||||
const modalRef = this.modalService.open(UserstoryFormComponent, {
|
||||
backdrop: 'static',
|
||||
keyboard: true,
|
||||
size: "lg",
|
||||
});
|
||||
if (editUserstory === null) {
|
||||
modalRef.result.then((result) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user