diff --git a/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx b/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx index f069e8d7..89fe9d89 100644 --- a/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx +++ b/apps/rowboat/app/projects/[projectId]/sources/components/sources-list.tsx @@ -61,26 +61,6 @@ export function SourcesList({ projectId }: { projectId: string }) { >
You have not added any data sources.
)} {!loading && sources.length > 0 && ( -| - Name - | -- Type - | -- Status - | -- Active - | -||||
|---|---|---|---|---|---|---|---|
| - - {source.name} - - | -
- {source.data.type == 'urls' && (
-
-
- )}
- {source.data.type == 'text' && (
- List URLs
-
-
- )}
- {source.data.type == 'files_local' && (
- Text
-
-
- )}
- {source.data.type == 'files_s3' && (
- Files (Local)
-
-
- )}
- Files (S3)
- |
-
-
-
- |
-
- |
+ <>
+
| + Name + | ++ Type + | ++ Status + | ++ Active + |
|---|