src/shared/logic/entities/getEntitySelections.ts
Function getEntitySelections
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const getEntitySelections = (
entityFields: IEntityField[],
entitySelections: Record<string, IColorableSelection[]>,
entityFieldTypes: Record<string, FormFieldTypes>
): Record<string, IColorableSelection[]> => {