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