diff --git a/skyvern-frontend/src/routes/history/RunHistory.tsx b/skyvern-frontend/src/routes/history/RunHistory.tsx index db2b7650..a9548b71 100644 --- a/skyvern-frontend/src/routes/history/RunHistory.tsx +++ b/skyvern-frontend/src/routes/history/RunHistory.tsx @@ -48,6 +48,7 @@ import { TableSearchInput } from "@/components/TableSearchInput"; import { useKeywordSearch } from "@/routes/workflows/hooks/useKeywordSearch"; import { useParameterExpansion } from "@/routes/workflows/hooks/useParameterExpansion"; import { ParameterDisplayInline } from "@/routes/workflows/components/ParameterDisplayInline"; +import { HighlightText } from "@/routes/workflows/components/HighlightText"; function isTask(run: Task | WorkflowRunApiResponse): run is Task { return "task_id" in run; @@ -158,7 +159,7 @@ function RunHistory() { params.set("page", "1"); setSearchParams(params, { replace: true }); }} - placeholder="Search runs by parameter..." + placeholder="Search by run ID or parameter..." className="w-48 lg:w-72" /> - {run.workflow_run_id} +