superdesk/superdesk-client-core

View on GitHub
scripts/apps/authoring-react/fields/dropdown/dropdown-vocabulary/config.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

    render() {
        const config: IDropdownConfig = this.props.config ?? {
            source: 'vocabulary',
            vocabularyId: null,
            multiple: false,

    There are no issues that match your filters.

    Category
    Status