Coursemology/coursemology2

View on GitHub
client/app/bundles/course/user-invitations/components/forms/InviteUsersFileUploadForm.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FileUploadForm has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const FileUploadForm: FC<Props> = (props) => {
  const { open, onSubmit, onClose, formSubtitle } = props;
  const { t } = useTranslation();

  return (

There are no issues that match your filters.

Category
Status