Added frontend bugfixes for workflow view

This commit is contained in:
frikky
2021-06-06 13:43:51 +02:00
parent c81140babb
commit d6f1b0e3ae
5 changed files with 38 additions and 12 deletions
+1 -1
View File
@@ -758,7 +758,7 @@ const ParsedAction = (props) => {
}}
/>
console.log("FIELD VALUE: ", data.value)
//console.log("FIELD VALUE: ", data.value)
//const regexp = new RegExp("\W+\.", "g")
//let match
//while ((match = regexp.exec(data.value)) !== null) {