@lowcodeunit/applications-flow-common 1.37.42-merge → 1.37.44-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/elements/project-wizard-card/project-wizard-card.component.mjs +1 -2
- package/esm2020/lib/services/project.service.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +1 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +1 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
@@ -544,7 +544,7 @@ class ProjectService {
|
|
544
544
|
.subscribe(async (response) => {
|
545
545
|
state.LoadingFeed = false;
|
546
546
|
if (response.Status.Code === 0) {
|
547
|
-
console.log('user feed response: ', response);
|
547
|
+
// console.log('user feed response: ', response);
|
548
548
|
if (!forCheck) {
|
549
549
|
state.Advertisements = response.Advertisements;
|
550
550
|
state.Questions = response.Questions;
|
@@ -7751,7 +7751,6 @@ class ProjectWizardCardComponent {
|
|
7751
7751
|
this.iframeLoaded();
|
7752
7752
|
}
|
7753
7753
|
iframeLoaded() {
|
7754
|
-
console.log('hello');
|
7755
7754
|
var iFrameID = document?.querySelector('#wizard');
|
7756
7755
|
if (iFrameID) {
|
7757
7756
|
iFrameID.style.height = '0px';
|