Frontend sync

This commit is contained in:
Frikky
2025-02-26 14:29:01 +01:00
parent 0f95910f2b
commit 0128f5763e
2 changed files with 6 additions and 2 deletions
@@ -299,7 +299,7 @@ const WorkflowValidationTimeline = (props) => {
var scheduleNotStarted = false
if (workflow.validation !== undefined && workflow.validation !== null && workflow.validation.validation_ran === false) {
console.log("Validation didn't run or get set for workflow. Why?")
//console.log("Validation didn't run or get set for workflow. Why?")
return null
}