Removed the auto variable remover logic from param while flipping the branch
This commit is contained in:
@@ -619,8 +619,9 @@ const ParsedAction = (props) => {
|
||||
notPresentAction?.forEach((action) => {
|
||||
console.log("Not included Action: ", action)
|
||||
if(paramvalue.includes(action)){
|
||||
paramvalue = paramvalue.replace(action, "")
|
||||
paramvalue = paramvalue.replace(/^\s*[\r\n]/gm, "");
|
||||
|
||||
// paramvalue = paramvalue.replace(action, "")
|
||||
// paramvalue = paramvalue.replace(/^\s*[\r\n]/gm, "");
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user