client/app/bundles/course/forum/pages/ForumTopicNew/index.tsx
Function ForumTopicNew
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ForumTopicNew: FC<Props> = (props) => {
const { open, onClose, availableTopicTypes, isAnonymousEnabled } = props;
const { t } = useTranslation();
const { forumId } = useParams();
const navigate = useNavigate();
- Create a ticketCreate a ticket