Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/question/text-responses/components/FileUploadManager.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function FileUploadManager has 96 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const FileUploadManager = (props: Props): JSX.Element => {
  const { disabled, isTextResponseQuestion } = props;
  const { t } = useTranslation();

  const { control, watch } = useFormContext<TextResponseQuestionFormData>();

There are no issues that match your filters.

Category
Status