Update project-map.component.ts

This commit is contained in:
piotrpekala7 2020-08-20 18:37:53 +02:00
parent a7e05cff7c
commit dd4ab0013b

View File

@ -880,7 +880,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
public addNewTemplate() {
const dialogRef = this.dialog.open(NewTemplateDialogComponent, {
width: '1000px',
maxHeight: '800px',
maxHeight: '700px',
autoFocus: false,
disableClose: true
});