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