From 2b1b1114ed32a43626d12ea99f6ec58d8728d1e3 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Mon, 15 Sep 2025 14:16:34 +0530 Subject: [PATCH] Fix build issue --- ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx | 2 +- ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx b/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx index 49533a7..93965e9 100644 --- a/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx +++ b/ui/src/app/workflow/[workflowId]/run/[runId]/BrowserCall.tsx @@ -94,7 +94,7 @@ const BrowserCall = ({ workflowId, workflowRunId, accessToken, initialContextVar <> - Workflow Run + Agent Run diff --git a/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx b/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx index 9ac48f9..d495555 100644 --- a/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx +++ b/ui/src/app/workflow/[workflowId]/run/[runId]/page.tsx @@ -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;