mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
Fix build issue
This commit is contained in:
parent
1ec63e3b20
commit
2b1b1114ed
2 changed files with 1 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ const BrowserCall = ({ workflowId, workflowRunId, accessToken, initialContextVar
|
|||
<>
|
||||
<Card className="w-full max-w-4xl mx-auto">
|
||||
<CardHeader>
|
||||
<CardTitle>Workflow Run</CardTitle>
|
||||
<CardTitle>Agent Run</CardTitle>
|
||||
</CardHeader>
|
||||
|
||||
<CardContent>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ import { Skeleton } from '@/components/ui/skeleton';
|
|||
import { useAuth } from '@/lib/auth';
|
||||
import { downloadFile } from '@/lib/files';
|
||||
|
||||
import { ContextDisplay } from './components';
|
||||
|
||||
interface WorkflowRunResponse {
|
||||
is_completed: boolean;
|
||||
transcript_url: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue