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, {
|
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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user