@lowcodeunit/applications-flow-common 1.33.249-lets-get-social-ish → 1.33.250-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/edit-application-form/edit-application-form.component.mjs +2 -3
- 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
|
@@ -5266,7 +5266,7 @@ class EditApplicationFormComponent {
|
|
|
5266
5266
|
const saveAppReq = {
|
|
5267
5267
|
ProjectLookup: this.ProjectLookup,
|
|
5268
5268
|
Application: app,
|
|
5269
|
-
ApplicationLookup: this.ApplicationLookup
|
|
5269
|
+
ApplicationLookup: this.ApplicationLookup,
|
|
5270
5270
|
};
|
|
5271
5271
|
this.eacSvc.SaveApplicationAsCode(saveAppReq).then(res => {
|
|
5272
5272
|
this.SaveFormEvent.emit(res);
|