diff --git a/frontend/src/components/AboutUs/EditAboutUs.tsx b/frontend/src/components/AboutUs/EditAboutUs.tsx index 10acbc0..597d9d4 100644 --- a/frontend/src/components/AboutUs/EditAboutUs.tsx +++ b/frontend/src/components/AboutUs/EditAboutUs.tsx @@ -75,7 +75,7 @@ interface EditAboutUsProps { const EditAboutUs = ({ aboutUs, isOpen, onClose }: EditAboutUsProps) => { - const url = import.meta.env.VITE_API_URL + //const url = import.meta.env.VITE_API_URL const queryClient = useQueryClient() const showToast = useCustomToast() const { diff --git a/frontend/src/components/Courses/CourseDetails.tsx b/frontend/src/components/Courses/CourseDetails.tsx index e25d4dc..43f54fb 100644 --- a/frontend/src/components/Courses/CourseDetails.tsx +++ b/frontend/src/components/Courses/CourseDetails.tsx @@ -52,7 +52,7 @@ const CourseDetails = () => { register, handleSubmit, reset, - getValues, + //getValues, setValue, formState: { isSubmitting, errors, isDirty }, } = useForm({ diff --git a/frontend/src/components/Courses/CourseImages.tsx b/frontend/src/components/Courses/CourseImages.tsx index 9813ef8..8936ce8 100644 --- a/frontend/src/components/Courses/CourseImages.tsx +++ b/frontend/src/components/Courses/CourseImages.tsx @@ -33,13 +33,13 @@ const CourseImages = () => { const queryClient = useQueryClient(); const courseDetails = queryClient.getQueryData(['course']) as CourseDetailsPublic | undefined; - const url = import.meta.env.VITE_API_URL + //const url = import.meta.env.VITE_API_URL const showToast = useCustomToast() const { register, handleSubmit, reset, - getValues, + //getValues, setValue, formState: { isSubmitting, errors, isDirty }, } = useForm({ diff --git a/frontend/src/components/Courses/CourseInfoImages.tsx b/frontend/src/components/Courses/CourseInfoImages.tsx index f36c5d4..75c7fee 100644 --- a/frontend/src/components/Courses/CourseInfoImages.tsx +++ b/frontend/src/components/Courses/CourseInfoImages.tsx @@ -33,7 +33,7 @@ const CourseInfoImages = () => { const queryClient = useQueryClient(); const courseDetails = queryClient.getQueryData(['course']) as CourseDetailsPublic | undefined; - const url = import.meta.env.VITE_API_URL + //const url = import.meta.env.VITE_API_URL const showToast = useCustomToast() const { register,