dashpresshq/dashpress

View on GitHub
src/frontend/design-system/components/Form/CodeEditor/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function FormCodeEditor has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function FormCodeEditor(formInput: IFormCodeEditor) {
  const {
    input: { onFocus, name, onBlur, ...inputProps },
    meta,
    language,
Severity: Minor
Found in src/frontend/design-system/components/Form/CodeEditor/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status