client/app/bundles/course/courses/pages/CoursesNew/index.tsx
Function CoursesNew
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CoursesNew: FC<Props> = (props) => {
const { open, onClose } = props;
const { t } = useTranslation();
const dispatch = useAppDispatch();
- Create a ticketCreate a ticket