remove placeholder text for blocks without in the the workflow run ui (#3465)

This commit is contained in:
Jonathan Dobson
2025-09-18 11:19:30 -04:00
committed by GitHub
parent 44d7d11380
commit d2e2e9af74
2 changed files with 1 additions and 8 deletions

View File

@@ -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(