zammad/zammad

View on GitHub
app/frontend/shared/entities/object-attributes/composables/useObjectAttributeFormData.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useObjectAttributeFormData has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useObjectAttributeFormData = (
  objectAttributes: Map<string, ObjectManagerFrontendAttribute>,
  values: FormValues,
) => {
  const internalObjectAttributeValues: Record<string, FormFieldValue> = {}

    There are no issues that match your filters.

    Category
    Status