mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 18:56:26 +00:00
Fix for tests
This commit is contained in:
parent
606b7fa01c
commit
35f16d3eff
@ -12,8 +12,8 @@ import { Project } from '../../../../models/project';
|
||||
})
|
||||
export class ImportProjectConfirmationDialogComponent implements OnInit {
|
||||
private existingProject : Project;
|
||||
private confirmationMessage : string;
|
||||
private isOpen : boolean;
|
||||
public confirmationMessage : string;
|
||||
public isOpen : boolean;
|
||||
constructor(
|
||||
public dialogRef: MatDialogRef<ImportProjectConfirmationDialogComponent>,
|
||||
@Inject(MAT_DIALOG_DATA) public data: any
|
||||
|
Loading…
Reference in New Issue
Block a user