diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx index 1e98beab..d9b6be0c 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx @@ -266,7 +266,7 @@ function TaskNode({ id, data }: NodeProps) { { @@ -288,7 +288,7 @@ function TaskNode({ id, data }: NodeProps) { { @@ -307,7 +307,7 @@ function TaskNode({ id, data }: NodeProps) { -
+
{ @@ -326,7 +326,7 @@ function TaskNode({ id, data }: NodeProps) { { if (!editable) { diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts index ae96ebc3..30ccba8e 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/types.ts @@ -57,7 +57,7 @@ export const fieldPlaceholders = { dataExtractionGoal: "What data do you need to extract?", maxRetries: "Default: 3", maxStepsOverride: "Default: 10", - downloadSuffix: "Suffix for file downloads", + downloadSuffix: "Add an ID for downloaded files", label: "Task", totpVerificationUrl: "Provide your 2FA endpoint", totpIdentifier: "Add an ID that links your TOTP to the task",