From d8e07efa1eb4cce81489270aabf3529b34fca0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=8C=E1=85=A9=E1=86=BC=E1=84=92?= =?UTF-8?q?=E1=85=A7=E1=86=A8?= Date: Tue, 27 Feb 2024 18:32:35 +0900 Subject: [PATCH] =?UTF-8?q?=20[Fix=20=F0=9F=AA=9B]=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=90=9C=20lint=20disabled=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ProjectEditPage/components/ProjectInputBox.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/ProjectEditPage/components/ProjectInputBox.tsx b/src/pages/ProjectEditPage/components/ProjectInputBox.tsx index 09dc8f49..25de9962 100644 --- a/src/pages/ProjectEditPage/components/ProjectInputBox.tsx +++ b/src/pages/ProjectEditPage/components/ProjectInputBox.tsx @@ -1,4 +1,3 @@ -/* eslint-disable jsx-a11y/label-has-associated-control */ import { ReactElement, cloneElement, isValidElement } from "react" import { useFormContext } from "react-hook-form"