diff --git a/datacenter/app/datastores/documents/page.tsx b/datacenter/app/datastores/documents/page.tsx index 19aa58fd0..5199fd48a 100644 --- a/datacenter/app/datastores/documents/page.tsx +++ b/datacenter/app/datastores/documents/page.tsx @@ -138,11 +138,12 @@ const Documents = () => { {documents.map((row: any) => ( {row.doc_name} - {row.doc_type} + {row.doc_type} {row.chunk_size} {moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')}