From a029cadf96d4f284d04b31c6afced42f8e8d5674 Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 11:25:05 +0800 Subject: [PATCH] dfsfsf --- frontend/src/components/AboutUs/EditAboutUs.tsx | 2 +- frontend/src/components/Courses/CourseDetails.tsx | 2 +- frontend/src/components/Courses/CourseImages.tsx | 4 ++-- frontend/src/components/Courses/CourseInfoImages.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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,