diff options
Diffstat (limited to 'components/notice/notice-edit-sheet.tsx')
| -rw-r--r-- | components/notice/notice-edit-sheet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/notice/notice-edit-sheet.tsx b/components/notice/notice-edit-sheet.tsx index dc83d23a..b87714b3 100644 --- a/components/notice/notice-edit-sheet.tsx +++ b/components/notice/notice-edit-sheet.tsx @@ -170,7 +170,7 @@ export function UpdateNoticeSheet({ <SelectContent>
{pagePathOptions.map((option) => (
<SelectItem key={option.value} value={option.value}>
- {safeTranslate(option.label)}
+ {safeTranslate(option.label)} - {option.value}
</SelectItem>
))}
</SelectContent>
|
