From 7f6e5d2e366d7dabe40d1aa86947d4f80e907240 Mon Sep 17 00:00:00 2001 From: Jonathan Dobson Date: Mon, 6 Oct 2025 18:29:55 -0400 Subject: [PATCH] fix select for cache key in workflow run code view (#3627) --- .../workflows/workflowRun/WorkflowRunCode.tsx | 43 +++++++++++-------- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx b/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx index 2faeef49..a5a39a33 100644 --- a/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx +++ b/skyvern-frontend/src/routes/workflows/workflowRun/WorkflowRunCode.tsx @@ -153,18 +153,19 @@ function WorkflowRunCode(props?: Props) { return (
-
-
- - -
- {cacheKeyValueSet.size > 0 ? ( + {cacheKeyValueSet.size > 0 ? ( +
+
+ + +
+ - ) : null} -
+
+ ) : null}