Coursemology/coursemology2

View on GitHub
client/app/bundles/course/material/folders/components/misc/MaterialUpload.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

const MaterialUpload: FC<Props> = (props) => {
  const { intl, isOpen, handleClose, currFolderId } = props;

  const [confirmationDialogOpen, setConfirmationDialogOpen] = useState(false);
  const [isSubmitting, setIsSubmitting] = useState(false);

There are no issues that match your filters.

Category
Status