superdesk/superdesk-client-core

View on GitHub
scripts/extensions/predefinedTextField/src/editor.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 74 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        const selectedValue = this.props.value ?? '';
        const options = this.props.config.options ?? [];
        const allowSwitchingToFreeText = this.props.config.allowSwitchingToFreeText ?? false;

Severity: Major
Found in scripts/extensions/predefinedTextField/src/editor.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status