From a806216823fc16da624442e56d5d1f0637caaf21 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 19 Dec 2024 18:55:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'skyvern-fronte?= =?UTF-8?q?nd/src/'=20with=20remote=20'skyvern-frontend/src/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > [!IMPORTANT] > Update `url` placeholder in `basePlaceholderContent` in `helpContent.ts` to indicate it is optional. > > - **Documentation**: > - Update `url` placeholder in `basePlaceholderContent` in `helpContent.ts` to indicate it is optional by changing the text to "(optional) Navigate to this URL: https://...". > > This description was created by [Ellipsis](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral) for abfc5d15fdf8956214b68779fde77a56425045a7. It will automatically update as commits are pushed. --- skyvern-frontend/src/routes/workflows/editor/helpContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/helpContent.ts b/skyvern-frontend/src/routes/workflows/editor/helpContent.ts index b2d75712f..ea150998c 100644 --- a/skyvern-frontend/src/routes/workflows/editor/helpContent.ts +++ b/skyvern-frontend/src/routes/workflows/editor/helpContent.ts @@ -27,7 +27,7 @@ export const baseHelpTooltipContent = { } as const; export const basePlaceholderContent = { - url: "https://", + url: "(optional) Navigate to this URL: https://...", navigationGoal: "Tell Skyvern what to do.", dataExtractionGoal: "What data do you need to extract?", maxRetries: "Default: 3",