Fix for builder loading flow item header.
This commit is contained in:
parent
afda023fc4
commit
bfd9a29104
|
@ -29,6 +29,9 @@
|
|||
}
|
||||
|
||||
function updateStatus(results, isTrigger) {
|
||||
if (!results) {
|
||||
return {}
|
||||
}
|
||||
if (results.outputs?.status?.toLowerCase() === "stopped") {
|
||||
return { yellow: true, message: "Stopped" }
|
||||
} else if (results.outputs?.success || isTrigger) {
|
||||
|
|
Loading…
Reference in New Issue