@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.
- package/esm2020/lib/controls/processor-details-form/processor-details-form.component.mjs +5 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +4 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +4 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -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.
|
5051
|
-
|
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) {
|