@lowcodeunit/applications-flow-common 1.39.68-exceptions → 1.39.70-merge

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5047,8 +5047,10 @@ class ProcessorDetailsFormComponent {
5047
5047
  SourceControlChanged(event) {
5048
5048
  console.log('sc changed');
5049
5049
  this.IsSourceControlValid = this.SourceControlFormControl.valid;
5050
- this.BuildPathFormControl.patchValue(null);
5051
- this.BuildPathOptions = null;
5050
+ if (this.LCUType === 'GitHub') {
5051
+ this.BuildPathFormControl.patchValue(null);
5052
+ this.BuildPathOptions = null;
5053
+ }
5052
5054
  this.listBuildPaths();
5053
5055
  }
5054
5056
  ProcessorTypeChanged(event) {