opf/openproject

View on GitHub
frontend/src/app/features/user-preferences/reminder-settings/reminder-time/reminder-settings-daily-time.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit():void {
    this.form = this.rootFormGroup.control.get('dailyReminders') as UntypedFormGroup;

    this.enabled$ = this
      .form

    There are no issues that match your filters.

    Category
    Status