Reconmap/web-client

View on GitHub
src/components/settings/CustomFields/Form.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function CustomFieldsPage has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CustomFieldsPage = () => {
    const [customFields, refetchCustomFields] = useFetch(
        "/system/custom-fields",
    );

Severity: Major
Found in src/components/settings/CustomFields/Form.jsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status