From 1532c1bf4a3236ce9056f33e51ddfebeff79ed5a Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 17 Nov 2025 07:06:52 +0000 Subject: (최겸) 구매 피드백 처리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pq/pq-review-table-new/request-investigation-dialog.tsx | 6 +++--- lib/pq/service.ts | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'lib/pq') diff --git a/lib/pq/pq-review-table-new/request-investigation-dialog.tsx b/lib/pq/pq-review-table-new/request-investigation-dialog.tsx index aaf10a71..f5a7ff91 100644 --- a/lib/pq/pq-review-table-new/request-investigation-dialog.tsx +++ b/lib/pq/pq-review-table-new/request-investigation-dialog.tsx @@ -59,7 +59,7 @@ const requestInvestigationFormSchema = z.object({ }), investigationAddress: z.string().min(1, "실사 장소를 입력해주세요."), investigationMethod: z.string().optional(), - investigationNotes: z.string().optional(), + investigationNotes: z.string().min(1, "실사 목적을 입력해주세요."), }) type RequestInvestigationFormValues = z.infer @@ -264,10 +264,10 @@ export function RequestInvestigationDialog({ name="investigationNotes" render={({ field }) => ( - 특이사항 (선택사항) + 실사목적