remove placeholder text for blocks without in the the workflow run ui (#3465)
This commit is contained in:
@@ -54,7 +54,7 @@ function WorkflowRunCode(props?: Props) {
|
||||
pollIntervalMs: !isFinalized ? 3000 : undefined,
|
||||
});
|
||||
const orderedBlockLabels = getOrderedBlockLabels(workflow);
|
||||
const code = getCode(orderedBlockLabels, blockScripts).join("");
|
||||
const code = getCode(orderedBlockLabels, blockScripts).join("").trim();
|
||||
|
||||
useEffect(() => {
|
||||
setCacheKeyValue(
|
||||
|
||||
Reference in New Issue
Block a user