Update pop-in with the jump infos
This commit is contained in:
@@ -105,7 +105,7 @@ export class ListOfJumpsComponent implements OnInit {
|
||||
openDialog(item: Jump, editMode: boolean) {
|
||||
this.dialog.open(JumpInfosComponent, {
|
||||
data: { jump: item, editMode: editMode },
|
||||
maxHeight: "400px",
|
||||
maxHeight: "450px",
|
||||
minWidth: "350px",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user