diff options
Diffstat (limited to 'lib/items-tech/table/import-excel-button.tsx')
| -rw-r--r-- | lib/items-tech/table/import-excel-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/items-tech/table/import-excel-button.tsx b/lib/items-tech/table/import-excel-button.tsx index a5f63ff7..9bf4578c 100644 --- a/lib/items-tech/table/import-excel-button.tsx +++ b/lib/items-tech/table/import-excel-button.tsx @@ -123,7 +123,7 @@ export function ImportItemButton({ itemType, onSuccess }: ImportItemButtonProps) }); // 필수 헤더 확인 (타입별 구분) - let requiredHeaders: string[] = ["아이템 코드", "아이템 명", "기능(공종)"]; + let requiredHeaders: string[] = ["아이템 코드", "기능(공종)"]; // 해양 TOP 및 HULL의 경우 선종 헤더는 필요 없음 if (itemType === "ship") { |
