fix: update

parent 6def332e
......@@ -39,12 +39,6 @@ export class ElementNavComponent implements OnInit {
}
ngOnInit() {
this.ChangeLanWarningDialog = this._dialog.open(
ChangLanWarningDialogComponent,
{
height: '200px',
width: '300px',
});
}
click(event) {
......@@ -379,21 +373,3 @@ export class ChangLanWarningDialogComponent implements OnInit {
this.dialogRef.close();
}
}
@Component({
selector: 'app-element-nav-dialog',
templateUrl: 'changeLanWarning.html',
})
export class ChangLanWarningDialogComponent implements OnInit {
constructor(public dialogRef: MatDialogRef<ChangLanWarningDialogComponent>) {
}
ngOnInit() {
}
onNoClick(): void {
this.dialogRef.close();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment