Update ingestion.tsx
This commit is contained in:
@@ -627,11 +627,11 @@ export default function FirecrawlComponent() {
|
|||||||
</span>
|
</span>
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
<CardContent className="relative px-0 pt-2 !text-xs w-full">
|
<CardContent className="relative px-0 pt-2 !text-xs w-full">
|
||||||
<div className=" overflow-y-auto bg-zinc-100 rounded-md p-2 w-full">
|
<div className=" overflow-y-auto h-32 bg-zinc-100 rounded-md p-2 w-full">
|
||||||
{result.success ? (
|
{result.success ? (
|
||||||
<>
|
<>
|
||||||
<pre className="text-xs whitespace-pre-wrap">
|
<pre className="text-xs whitespace-pre-wrap">
|
||||||
{result.data.markdown.trim().slice(0, 200)}...
|
{result.data.markdown.trim()}
|
||||||
</pre>
|
</pre>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user