client/app/bundles/course/survey/containers/QuestionFormDialogue/components/ImageField.jsx
Function RenderImageField
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const RenderImageField = (props) => {
const { field, index, disabled } = props;
const fieldId = `option-${index}-image-field`;
const inputRef = useRef(null);
return (
- Create a ticketCreate a ticket