fix SelectItem value for Run With in start node workflow settings (#3774)
This commit is contained in:
@@ -231,7 +231,7 @@ function StartNode({ id, data }: NodeProps<StartNode>) {
|
||||
<SelectValue placeholder="Run Method" />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value="ai">
|
||||
<SelectItem value="agent">
|
||||
Skyvern Agent
|
||||
</SelectItem>
|
||||
<SelectItem value="code">Code</SelectItem>
|
||||
|
||||
Reference in New Issue
Block a user