diff --git a/web/src/pages/dataset/dataset-overview/overview-table.tsx b/web/src/pages/dataset/dataset-overview/overview-table.tsx index 446cf43070..577177518f 100644 --- a/web/src/pages/dataset/dataset-overview/overview-table.tsx +++ b/web/src/pages/dataset/dataset-overview/overview-table.tsx @@ -116,7 +116,9 @@ export const getFileLogsTableColumns = (
- ) : ( + ) : dataSourceInfo[ + row.original.source_from as keyof typeof dataSourceInfo + ] ? (
{ dataSourceInfo[ @@ -124,6 +126,10 @@ export const getFileLogsTableColumns = ( ].icon }
+ ) : ( +
+ +
)} ),