dashpresshq/dashpress

View on GitHub
src/shared/logic/entities/getEntitySelections.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Function getEntitySelections has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getEntitySelections = (
  entityFields: IEntityField[],
  entitySelections: Record<string, IColorableSelection[]>,
  entityFieldTypes: Record<string, FormFieldTypes>
): Record<string, IColorableSelection[]> => {
Severity: Minor
Found in src/shared/logic/entities/getEntitySelections.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status