From 6ad7e244037bed9280ba284fb39858aecc109bb7 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 24 Jul 2024 18:15:51 -0400 Subject: [PATCH] Update ingestion.tsx --- apps/ui/ingestion-ui/src/components/ingestion.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ui/ingestion-ui/src/components/ingestion.tsx b/apps/ui/ingestion-ui/src/components/ingestion.tsx index a7cd9722..6ca839e5 100644 --- a/apps/ui/ingestion-ui/src/components/ingestion.tsx +++ b/apps/ui/ingestion-ui/src/components/ingestion.tsx @@ -627,11 +627,11 @@ export default function FirecrawlComponent() { -
+
{result.success ? ( <>
-                          {result.data.markdown.trim().slice(0, 200)}...
+                          {result.data.markdown.trim()}
                         
) : (