Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Changed method name in conenction component to match HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
tejones committed Mar 23, 2018
1 parent 3637604 commit 983ba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngapp/src/app/connections/connections.component.ts
Expand Up @@ -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 ];
Expand Down

0 comments on commit 983ba46

Please sign in to comment.