@lowcodeunit/applications-flow-common 1.37.139-ui-requests-10944 → 1.37.141-ui-requests-10944
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/security-toggle/security-toggle.component.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -4747,7 +4747,7 @@ class SecurityToggleComponent {
|
|
4747
4747
|
this.IsPrivate = this.IsPrivateFormControl.value;
|
4748
4748
|
}
|
4749
4749
|
setupSecurityFormGroup() {
|
4750
|
-
console.log('setting form');
|
4750
|
+
// console.log('setting form');
|
4751
4751
|
this.ProcessorType = this.EditingApplication?.Processor?.Type || '';
|
4752
4752
|
this.SecurityFormGroup = this.formBldr.group({});
|
4753
4753
|
this.setupSecurityForm();
|