@lowcodeunit/applications-flow-common 1.36.84-lets-get-social-ish → 1.36.88-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/main-feed-card/main-feed-card.component.mjs +2 -2
- package/esm2020/lib/services/eac.service.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -983,7 +983,7 @@ class EaCService {
|
|
|
983
983
|
ApplicationLookups: [req.ApplicationLookup],
|
|
984
984
|
},
|
|
985
985
|
};
|
|
986
|
-
saveEaC.Projects
|
|
986
|
+
saveEaC.Projects = existingProj;
|
|
987
987
|
}
|
|
988
988
|
if (req.Application) {
|
|
989
989
|
saveEaC.Applications[req.ApplicationLookup] = req.Application;
|
|
@@ -4408,7 +4408,7 @@ class MainFeedCardComponent {
|
|
|
4408
4408
|
}, (err) => {
|
|
4409
4409
|
console.log(err);
|
|
4410
4410
|
});
|
|
4411
|
-
},
|
|
4411
|
+
}, 30000);
|
|
4412
4412
|
}
|
|
4413
4413
|
}
|
|
4414
4414
|
}
|