diff options
Diffstat (limited to 'components/vendor-regular-registrations/registration-request-dialog.tsx')
| -rw-r--r-- | components/vendor-regular-registrations/registration-request-dialog.tsx | 4 |
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); |
