Skip to content

Commit

Permalink
fix: add missing event parameter to setActiveTab
Browse files Browse the repository at this point in the history
  • Loading branch information
Håvard Johansen committed Jun 5, 2018
1 parent ad4bcb5 commit 5f9deb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cron-editor/cron-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class CronGenComponent implements OnInit, OnChanges {
}
}

public setActiveTab(tab: string) {
public setActiveTab(tab: string, event: any) {
if (!this.disabled) {
this.activeTab = tab;
this.regenerateCron();
Expand Down

0 comments on commit 5f9deb1

Please sign in to comment.