From ef4c533ebacc2cdc97e518f30e9a9350004fcdfb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 28 Apr 2025 02:13:30 +0000 Subject: ~20250428 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tag-numbering/table/meta-sheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tag-numbering/table/meta-sheet.tsx') diff --git a/lib/tag-numbering/table/meta-sheet.tsx b/lib/tag-numbering/table/meta-sheet.tsx index 4221837c..fd14e117 100644 --- a/lib/tag-numbering/table/meta-sheet.tsx +++ b/lib/tag-numbering/table/meta-sheet.tsx @@ -64,7 +64,7 @@ export function ViewTagOptions({ setLoading(true) try { // 서버 액션 호출 - attributesId와 일치하는 모든 옵션 가져오기 - const optionsData = await fetchTagSubfieldOptions(tagSubfield.attributesId) + const optionsData = await fetchTagSubfieldOptions(tagSubfield.attributesId, tagSubfield.projectId) setOptions(optionsData || []) } catch (error) { console.error("Error fetching tag options:", error) -- cgit v1.2.3