Fixed issue with actionlist autocompletion

This commit is contained in:
frikky
2022-02-11 00:23:34 +01:00
parent 349449e903
commit 65418b39c4
5 changed files with 27 additions and 7 deletions
+2 -1
View File
@@ -2353,7 +2353,8 @@ const AngularWorkflow = (defaultprops) => {
}
}
var newapps = JSON.parse(JSON.stringify(apps))
//var newapps = JSON.parse(JSON.stringify(apps))
var newapps = apps
const curapp = newapps.find(
(a) =>
a.name === curaction.app_name &&