Added expandWindow button and actionList in UserInput and added parent node name change feature in that
This commit is contained in:
@@ -1899,7 +1899,7 @@ const ParsedAction = (props) => {
|
||||
|
||||
for (let [subkey, subkeyval] in Object.entries(params)) {
|
||||
const param = workflow.triggers[key].parameters[subkey];
|
||||
if(param.name === "argument"){
|
||||
if(param.name === "argument" || param.name === "alertinfo"){
|
||||
if (!param.value.includes("$")) {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user