guess at the issue with broken code tab for wpid_445917468972674652 w… (#3621)

This commit is contained in:
Jonathan Dobson
2025-10-06 15:37:32 -04:00
committed by GitHub
parent c5487b56e1
commit a3e5e27852

View File

@@ -164,6 +164,7 @@ function WorkflowRunCode(props?: Props) {
} }
/> />
</div> </div>
{cacheKeyValueSet.size > 0 ? (
<Select <Select
disabled={!isFinalized} disabled={!isFinalized}
value={cacheKeyValue} value={cacheKeyValue}
@@ -189,6 +190,7 @@ function WorkflowRunCode(props?: Props) {
})} })}
</SelectContent> </SelectContent>
</Select> </Select>
) : null}
</div> </div>
<CodeEditor <CodeEditor
className={cn("h-full w-full overflow-y-scroll", { className={cn("h-full w-full overflow-y-scroll", {