From ddc934ace385ab4944cc7f0449434e298c249613 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Tue, 7 Jan 2025 07:41:35 -0800 Subject: [PATCH] Add a tooltip (as title) on add parameter (#1511) --- skyvern-frontend/src/components/WorkflowBlockInput.tsx | 2 +- skyvern-frontend/src/components/WorkflowBlockInputTextarea.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skyvern-frontend/src/components/WorkflowBlockInput.tsx b/skyvern-frontend/src/components/WorkflowBlockInput.tsx index 655b4711..44c3cb8b 100644 --- a/skyvern-frontend/src/components/WorkflowBlockInput.tsx +++ b/skyvern-frontend/src/components/WorkflowBlockInput.tsx @@ -24,7 +24,7 @@ function WorkflowBlockInput(props: Props) {
-
+
diff --git a/skyvern-frontend/src/components/WorkflowBlockInputTextarea.tsx b/skyvern-frontend/src/components/WorkflowBlockInputTextarea.tsx index 73d764a3..2bae3ffe 100644 --- a/skyvern-frontend/src/components/WorkflowBlockInputTextarea.tsx +++ b/skyvern-frontend/src/components/WorkflowBlockInputTextarea.tsx @@ -27,7 +27,7 @@ function WorkflowBlockInputTextarea(props: Props) {
-
+