Update add-server-dialog.component.ts

This commit is contained in:
piotrpekala7 2020-03-06 17:36:37 +01:00
parent f0aeb8df07
commit 51805832c3

View File

@ -158,7 +158,6 @@ export class AddServerDialogComponent implements OnInit {
} }
}, },
error => { error => {
this.dialogRef.close();
this.toasterService.error('Cannot connect to the server.') this.toasterService.error('Cannot connect to the server.')
} }
); );