scripts/apps/authoring-react/fields/dropdown/dropdown-vocabulary/config.tsx
Function render
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const config: IDropdownConfig = this.props.config ?? {
source: 'vocabulary',
vocabularyId: null,
multiple: false,