18F/cg-dashboard

View on GitHub
static_src/stores/form_store.js

Summary

Maintainability
A
1 hr
Test Coverage

Function handleAction has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  handleAction(action) {
    switch (action.type) {
      case formActionTypes.FORM_FIELD_CHANGE: {
        // Update the form field value
        const form = this.get(action.formGuid);
Severity: Minor
Found in static_src/stores/form_store.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status