summaryrefslogtreecommitdiff
path: root/components/notice/notice-create-dialog.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-08-22 02:12:15 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-08-22 02:12:15 +0000
commit7dd2b9fc1856306652f311d19697d9880955bfab (patch)
tree3144f14e2b6e9d66c25f10686ca9e94d61d9154e /components/notice/notice-create-dialog.tsx
parent94082bfe915d3b0337f8929a2bb27828abb5d3c7 (diff)
(최겸) 공지사항, 인포메이션 기능 수정
Diffstat (limited to 'components/notice/notice-create-dialog.tsx')
-rw-r--r--components/notice/notice-create-dialog.tsx2
1 files changed, 1 insertions, 1 deletions
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({
<SelectContent>
{pagePathOptions.map((option) => (
<SelectItem key={option.value} value={option.value}>
- {safeTranslate(option.label)}
+ {safeTranslate(option.label)} - {option.value}
</SelectItem>
))}
</SelectContent>