summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-29 06:20:56 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-29 06:20:56 +0000
commit2fc9e5492e220041ba322d9a1479feb7803228cf (patch)
treeda8ace07ed23ba92f2408c9c6e9ae2e31be20160 /components
parent5202c4b56d9565c7ac0c2a62255763462cef0d3d (diff)
(최겸) 구매 PQ수정, 정규업체 결재 개발(진행중)
Diffstat (limited to 'components')
-rw-r--r--components/vendor-regular-registrations/registration-request-dialog.tsx4
1 files changed, 0 insertions, 4 deletions
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);