client/app/bundles/course/courses/components/forms/NewCourseForm.tsx
Function NewCourseForm
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const NewCourseForm: FC<Props> = (props) => {
const { open, title, onClose, initialValues, onSubmit } = props;
const { t } = useTranslation();
return (
- Create a ticketCreate a ticket