Стилизация формы создания лекции #12

Merged
alexredux merged 3 commits from feature/#11-styled-form-add-lesson into master 2024-03-31 11:44:45 +03:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit aba65f4266 - Show all commits

View File

@ -51,7 +51,7 @@ const CoursesList = () => {
string | null string | null
>(null) >(null)
const toastRef = useRef(null) const toastRef = useRef(null)
const { const {
control, control,
handleSubmit, handleSubmit,

View File

@ -3,7 +3,6 @@ import dayjs from 'dayjs'
import { Link, useParams } from 'react-router-dom' import { Link, useParams } from 'react-router-dom'
import { getNavigationsValue } from '@ijl/cli' import { getNavigationsValue } from '@ijl/cli'
import { useForm, Controller } from 'react-hook-form' import { useForm, Controller } from 'react-hook-form'
import { import {
Breadcrumb, Breadcrumb,
BreadcrumbItem, BreadcrumbItem,