diff --git a/ngapp/src/app/connections/connections.component.ts b/ngapp/src/app/connections/connections.component.ts index 69cb3941..10a63b9b 100644 --- a/ngapp/src/app/connections/connections.component.ts +++ b/ngapp/src/app/connections/connections.component.ts @@ -214,7 +214,7 @@ export class ConnectionsComponent extends AbstractPageComponent implements OnIni /** * Handle request for new Connection */ - public onNew(): void { + public onNewConnection(): void { this.wizardService.setEdit(false); const link: string[] = [ ConnectionsConstants.addConnectionPath ];