mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 13:55:55 +08:00
Update ingestion.tsx
This commit is contained in:
parent
92843a356d
commit
6ad7e24403
@ -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>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user