Reconmap/web-client

View on GitHub
src/components/system/ImportForm.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ImportForm has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ImportForm = () => {

    const [importResponse, setImportResponse] = useState(null);
    const [importButtonDisabled, setImportButtonDisabled] = useState(true);

Severity: Major
Found in src/components/system/ImportForm.jsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status