From 847d19886079783734dcf5120457832b797aeb82 Mon Sep 17 00:00:00 2001 From: kimywann Date: Wed, 26 Nov 2025 00:12:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=ED=8F=BC=EC=97=90=EC=84=9C=20=EB=8B=AB?= =?UTF-8?q?=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EC=A4=91=EB=B3=B5=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/recruits/profile/InsertDialog.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/recruits/profile/InsertDialog.tsx b/src/components/recruits/profile/InsertDialog.tsx index 343ebbb..85507b0 100644 --- a/src/components/recruits/profile/InsertDialog.tsx +++ b/src/components/recruits/profile/InsertDialog.tsx @@ -90,12 +90,6 @@ export function InsertDialog({ disabled, onSuccess }: Props) { onSuccess={() => setOpen(false)} buttonLabel="등록 완료" /> - - - - - - ); From 1e9b29d6cc19ed3b2cf94ac71c18938625d73667 Mon Sep 17 00:00:00 2001 From: kimywann Date: Wed, 26 Nov 2025 00:16:54 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20vercel=20=EB=B0=B0=ED=8F=AC=20?= =?UTF-8?q?=EC=8B=9C=20=EC=9E=84=ED=8F=AC=ED=8A=B8=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/recruits/profile/InsertDialog.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/recruits/profile/InsertDialog.tsx b/src/components/recruits/profile/InsertDialog.tsx index 85507b0..32fb1d8 100644 --- a/src/components/recruits/profile/InsertDialog.tsx +++ b/src/components/recruits/profile/InsertDialog.tsx @@ -6,10 +6,8 @@ import { useAuthStore } from "@/stores"; import { Button, Dialog, - DialogClose, DialogContent, DialogDescription, - DialogFooter, DialogHeader, DialogTitle, DialogTrigger,