@lowcodeunit/applications-flow-common 1.33.285-lets-get-social-ish → 1.33.288-lets-get-social-ish
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 +4 -3
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +3 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +3 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4780,8 +4780,9 @@ class ProcessorDetailsFormComponent {
|
|
|
4780
4780
|
this.ProcessorDetailsFormGroup = this.formBldr.group({
|
|
4781
4781
|
procType: [this.ProcessorType, [Validators.required]],
|
|
4782
4782
|
});
|
|
4783
|
-
this.setupDfsForm();
|
|
4784
|
-
this.setupLcuTypeSubForm();
|
|
4783
|
+
// this.setupDfsForm();
|
|
4784
|
+
// this.setupLcuTypeSubForm();
|
|
4785
|
+
this.setupProcessorTypeSubForm();
|
|
4785
4786
|
}
|
|
4786
4787
|
}
|
|
4787
4788
|
setupLCUGitHubForm() {
|