From e5098b0880127f6c95c9f8b279493788f4a558d5 Mon Sep 17 00:00:00 2001 From: byeongcheolryu Date: Wed, 24 Dec 2025 17:20:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20AttributeTabContent=20React=20key=20prop?= =?UTF-8?q?=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - property.id → property.key로 변경 - Object.entries()로 생성된 배열에는 id가 없고 key만 존재 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../ItemMasterDataManagement/components/AttributeTabContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/items/ItemMasterDataManagement/components/AttributeTabContent.tsx b/src/components/items/ItemMasterDataManagement/components/AttributeTabContent.tsx index eae33293..e8ea0a23 100644 --- a/src/components/items/ItemMasterDataManagement/components/AttributeTabContent.tsx +++ b/src/components/items/ItemMasterDataManagement/components/AttributeTabContent.tsx @@ -206,7 +206,7 @@ export function AttributeTabContent({ const inputTypeLabel = getInputTypeLabel(property.type); return ( -
+