summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-11-18 10:33:20 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-11-18 10:33:20 +0000
commit41ad2455ac47d8e2da331d7240ded1354df9a784 (patch)
tree7980d9a6e260f774dd3ff97c541399a32b9c9b4f /lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx
parent1e6d30c9f649dcaa0c1d24561af35d7a77fd51b2 (diff)
(최겸) 구매 피드백 반영
Diffstat (limited to 'lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx')
-rw-r--r--lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx b/lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx
index abd2b516..8c70b8dd 100644
--- a/lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx
+++ b/lib/rfq-last/vendor-response/editor/vendor-response-editor.tsx
@@ -322,7 +322,7 @@ export default function VendorResponseEditor({
if (errors.quotationItems) {
toast.error("견적 품목 정보를 확인해주세요. 모든 품목의 단가와 총액을 입력해야 합니다.")
} else {
- toast.error("입력 정보를 확인해주세요.")
+ toast.error("기본계약 또는 상업조건 정보를 확인해주세요.")
}
}
}