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
committed by Steve-Mcl
parent 5c5855751c
commit 30b8a95421
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) {