From 7dd2b9fc1856306652f311d19697d9880955bfab Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 22 Aug 2025 02:12:15 +0000 Subject: (최겸) 공지사항, 인포메이션 기능 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/notice/notice-create-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/notice/notice-create-dialog.tsx') diff --git a/components/notice/notice-create-dialog.tsx b/components/notice/notice-create-dialog.tsx index 21cd46f6..591b2bc7 100644 --- a/components/notice/notice-create-dialog.tsx +++ b/components/notice/notice-create-dialog.tsx @@ -147,7 +147,7 @@ export function NoticeCreateDialog({ {pagePathOptions.map((option) => ( - {safeTranslate(option.label)} + {safeTranslate(option.label)} - {option.value} ))} -- cgit v1.2.3