diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/StartNode/StartNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/StartNode/StartNode.tsx index ac5f6fb4..c818cfb3 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/StartNode/StartNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/StartNode/StartNode.tsx @@ -222,41 +222,39 @@ function StartNode({ id, data }: NodeProps) { /> - {inputs.useScriptCache && ( -
-
-
- - -
- { - const v = value.length ? value : null; - handleChange("scriptCacheKey", v); + {/* {inputs.useScriptCache && ( .. // TODO(jdo/always-generate): put back */} +
+
+
+ + +
+ { + const v = value.length ? value : null; + handleChange("scriptCacheKey", v); + }} + value={inputs.scriptCacheKey ?? ""} + placeholder={placeholders["scripts"]["scriptKey"]} + className="nopan text-xs" + /> +
+
+
+ + + { + handleChange("aiFallback", value); }} - value={inputs.scriptCacheKey ?? ""} - placeholder={ - placeholders["scripts"]["scriptKey"] - } - className="nopan text-xs" />
-
-
- - - { - handleChange("aiFallback", value); - }} - /> -
-
- )} +
+ {/* )} */}