summaryrefslogtreecommitdiff
path: root/components/vendor-regular-registrations
diff options
context:
space:
mode:
Diffstat (limited to 'components/vendor-regular-registrations')
-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);