diff --git a/src/app/cron-editor/cron-editor.component.ts b/src/app/cron-editor/cron-editor.component.ts index 6bbc0e1..a67da29 100644 --- a/src/app/cron-editor/cron-editor.component.ts +++ b/src/app/cron-editor/cron-editor.component.ts @@ -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();