From 2fc9e5492e220041ba322d9a1479feb7803228cf Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 29 Oct 2025 06:20:56 +0000 Subject: (최겸) 구매 PQ수정, 정규업체 결재 개발(진행중) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vendor-regular-registrations/registration-request-dialog.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'components') diff --git a/components/vendor-regular-registrations/registration-request-dialog.tsx b/components/vendor-regular-registrations/registration-request-dialog.tsx index cf79bd02..99599ce5 100644 --- a/components/vendor-regular-registrations/registration-request-dialog.tsx +++ b/components/vendor-regular-registrations/registration-request-dialog.tsx @@ -315,10 +315,6 @@ export function RegistrationRequestDialog({ if (onSubmit) { await onSubmit(formData); - } else { - // TODO: 실제 정규업체 등록 요청 API 호출 - toast.success("정규업체 등록 요청이 제출되었습니다."); - onOpenChange(false); } } catch (error) { console.error("정규업체 등록 요청 오류:", error); -- cgit v1.2.3