From 983ba46bfab02cb07c614e378309490e02f69c4a Mon Sep 17 00:00:00 2001 From: Ted Jones Date: Fri, 23 Mar 2018 11:44:39 -0500 Subject: [PATCH] Changed method name in conenction component to match HTML. --- ngapp/src/app/connections/connections.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];