guess at the issue with broken code tab for wpid_445917468972674652 w… (#3621)
This commit is contained in:
@@ -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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user