File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
apps/pyconkr-admin/src/components/pages/modification_audit/sub_pages Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ export const PresentationPreviewSubPage: SubModificationAuditPageType<Presentati
4949 < PreviewTextField originalDataset = { original } previewDataset = { modified } name = "title_ko" label = "제목 (한국어)" />
5050 < PreviewTextField originalDataset = { original } previewDataset = { modified } name = "title_en" label = "제목 (영어)" />
5151 </ Common . Components . Fieldset >
52+ < Common . Components . Fieldset legend = "발표 자료 URL" >
53+ < PreviewTextField originalDataset = { original } previewDataset = { modified } name = "slideshow_url" label = "발표 자료 URL" />
54+ </ Common . Components . Fieldset >
5255 < Common . Components . Fieldset legend = "요약" >
5356 < PreviewTextField originalDataset = { original } previewDataset = { modified } multiline name = "summary_ko" label = "요약 (한국어)" />
5457 < PreviewTextField originalDataset = { original } previewDataset = { modified } multiline name = "summary_en" label = "요약 (영어)" />
You can’t perform that action at this time.
0 commit comments