Fix substitution filter: type validation not working during add 53/132553/2
authorJvD_Ericsson <jeff.van.dam@est.tech>
Thu, 1 Dec 2022 13:44:27 +0000 (13:44 +0000)
committerMichael Morris <michael.morris@est.tech>
Wed, 7 Dec 2022 12:05:15 +0000 (12:05 +0000)
Issue-ID: SDC-4283
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I543513015d9e3b2c06e48f5d27848be676aa0b9b

catalog-ui/src/app/ng2/pages/service-dependencies-editor/service-dependencies-editor.component.ts

index f8a2160..a0a30c5 100644 (file)
@@ -172,7 +172,6 @@ export class ServiceDependenciesEditorComponent implements OnInit {
   }
 
   onPropertyChange(): void {
-    this.currentRule.sourceName = undefined;
     this.currentRule.value = undefined;
     this.onValueChange(false);
     this.updateSelectedProperty();