client/app/bundles/course/video/pages/VideoNew/index.tsx
Function VideoNew
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const VideoNew: FC<Props> = (props) => {
const { open, onClose, currentTab } = props;
const { t } = useTranslation();
const [, setSearchParams] = useSearchParams();
const videoTabs = useAppSelector(getVideoTabs);
- Create a ticketCreate a ticket