summaryrefslogtreecommitdiff
path: root/lib/tech-vendors/table
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tech-vendors/table')
-rw-r--r--lib/tech-vendors/table/import-button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tech-vendors/table/import-button.tsx b/lib/tech-vendors/table/import-button.tsx
index b268d29d..85b16bc7 100644
--- a/lib/tech-vendors/table/import-button.tsx
+++ b/lib/tech-vendors/table/import-button.tsx
@@ -213,7 +213,7 @@ export function ImportTechVendorButton({ onSuccess }: ImportTechVendorButtonProp
// 담당자 정보가 없으면 벤더 정보를 기본 담당자로 사용
const representativeName = row["대표자명"] || row["representativeName"];
contacts.push({
- contactName: representativeName || row["업체명"] || row["vendorName"] || "기본 담당자",
+ contactName: contactName || row["vendorName"] || "기본 담당자",
contactPosition: "기본 담당자",
contactEmail: vendorEmail,
contactPhone: row["대표자연락처"] || row["representativePhone"] || row["전화번호"] || row["phone"] || "",