client/app/bundles/course/forum/pages/ForumTopicEdit/index.tsx
Function ForumTopicEdit
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ForumTopicEdit: FC<Props> = (props) => {
const { isOpen, onClose, topic, navigateToShowAfterUpdate } = props;
const { t } = useTranslation();
const navigate = useNavigate();
- Create a ticketCreate a ticket