Do not remove unknown credentials of Subflow Modules

Fixes #3641
This commit is contained in:
Nick O'Leary
2022-07-01 17:34:16 +01:00
parent f760354e82
commit 9ac83cf62e
2 changed files with 8 additions and 6 deletions

View File

@@ -390,7 +390,6 @@ class Subflow extends Flow {
}
name = newName;
}
var parent = this.parent;
if (parent) {