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