-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…
…src/' <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Improves wait time input handling in `WaitNode` by using a standard input component, changing data type to string, and adding validation. > > - **Behavior**: > - Replaces `WorkflowBlockInput` with `Input` in `WaitNode.tsx` for wait time input. > - Changes `waitInSeconds` type from `number` to `string` in `WaitNodeData`. > - Adds validation for `waitInSeconds` to ensure it is a numeric string in `getWorkflowErrors()`. > - **Data Handling**: > - Converts `waitInSeconds` to string in `convertToNode()` and back to number in `getWorkflowBlock()`. > - **Imports**: > - Adds `isWaitNode` import in `workflowEditorUtils.ts`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 8ac2a6377ed74165647b56a4984530efdf833162. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
8f3d7c8
commit 45b1c98
Showing
3 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters