FEATURE: Added popout results in workflows

This commit is contained in:
frikky
2020-12-29 16:26:40 +01:00
parent 697dcb885e
commit 5beeadc1b1
3 changed files with 178 additions and 105 deletions
-2
View File
@@ -818,8 +818,6 @@ const Workflows = (props) => {
if (selectedExecution.result !== undefined && selectedExecution.result.length > 0) {
var showResult = selectedExecution.result.trim()
const validate = validateJson(showResult)
console.log("VALID: ", validate)
lastresult = validate.valid ?
<ReactJson
src={validate.result}