summaryrefslogtreecommitdiff
path: root/components/pq-input/pq-input-tabs.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-12-09 06:49:14 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-12-09 06:49:14 +0000
commit68e876e3b85ca32e54224b6c796aece46c223fc0 (patch)
tree9d6137eea9770a53f5b4c2e814952b15124c0d9c /components/pq-input/pq-input-tabs.tsx
parentcf3f7cf0efa2753a401b36f6eb3a49cb9697ddce (diff)
(최겸) 구매 미실사 pq 시 구매자체평가로 자동생성
Diffstat (limited to 'components/pq-input/pq-input-tabs.tsx')
-rw-r--r--components/pq-input/pq-input-tabs.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/pq-input/pq-input-tabs.tsx b/components/pq-input/pq-input-tabs.tsx
index 6c9a1254..6ffd637a 100644
--- a/components/pq-input/pq-input-tabs.tsx
+++ b/components/pq-input/pq-input-tabs.tsx
@@ -651,8 +651,8 @@ export function PQInputTabs({
if (result.ok) {
toast({
- title: "PQ Submitted",
- description: "Your PQ information has been submitted successfully",
+ title: "PQ 제출 완료",
+ description: "PQ 정보가 성공적으로 제출되었습니다",
});
// 제출 후 PQ 목록 페이지로 리디렉션
window.location.href = "/partners/pq_new";