Fix saving of conf-type properties in module packaged subflows

This commit is contained in:
Nick O'Leary
2024-04-12 14:08:07 +01:00
parent d218af8619
commit e354d2ce29
2 changed files with 2 additions and 2 deletions

View File

@@ -1363,7 +1363,7 @@ RED.subflow = (function() {
break;
case "conf-types":
item.value = input.val()
item.type = data.parent.value;
item.type = "conf-type"
}
if (ui.type === "cred" || item.type !== data.parent.type || item.value !== data.parent.value) {
env.push(item);