enable close StartNewDmpDialogComponent when click outside dialog
This commit is contained in:
parent
b2aec001dc
commit
15c33d8250
|
@ -216,7 +216,7 @@ export class DashboardComponent extends BaseComponent implements OnInit, IBreadC
|
|||
}
|
||||
else {
|
||||
const dialogRef = this.dialog.open(StartNewDmpDialogComponent, {
|
||||
disableClose: true,
|
||||
disableClose: false,
|
||||
data: {
|
||||
isDialog: true
|
||||
}
|
||||
|
|
|
@ -251,7 +251,7 @@ export class NavbarComponent extends BaseComponent implements OnInit {
|
|||
}
|
||||
else {
|
||||
const dialogRef = this.dialog.open(StartNewDmpDialogComponent, {
|
||||
disableClose: true,
|
||||
disableClose: false,
|
||||
data: {
|
||||
isDialog: true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue