diff options
Diffstat (limited to 'components/form-data')
| -rw-r--r-- | components/form-data/form-data-report-batch-dialog.tsx | 2 | ||||
| -rw-r--r-- | components/form-data/form-data-table.tsx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/components/form-data/form-data-report-batch-dialog.tsx b/components/form-data/form-data-report-batch-dialog.tsx index 6c690363..f4efde64 100644 --- a/components/form-data/form-data-report-batch-dialog.tsx +++ b/components/form-data/form-data-report-batch-dialog.tsx @@ -213,7 +213,7 @@ export const FormDataReportBatchDialog: FC<FormDataReportBatchDialogProps> = ({ </Select> </div> <div> - <Label>Report Cover Page Upload</Label> + <Label>Report Cover Page Upload(.docx)</Label> <Dropzone maxSize={MAX_FILE_SIZE} multiple={false} diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx index 823416c1..b696f45b 100644 --- a/components/form-data/form-data-table.tsx +++ b/components/form-data/form-data-table.tsx @@ -47,7 +47,6 @@ export default function DynamicTable({ formCode, formId, }: DynamicTableProps) { - console.log({ columnsJSON }); const params = useParams(); const lng = (params?.lng as string) || "ko"; const { t } = useTranslation(lng, "translation"); |
