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