@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.
@@ -5266,7 +5266,7 @@ class EditApplicationFormComponent {
5266
5266
  const saveAppReq = {
5267
5267
  ProjectLookup: this.ProjectLookup,
5268
5268
  Application: app,
5269
- ApplicationLookup: this.ApplicationLookup || Guid.CreateRaw(),
5269
+ ApplicationLookup: this.ApplicationLookup,
5270
5270
  };
5271
5271
  this.eacSvc.SaveApplicationAsCode(saveAppReq).then(res => {
5272
5272
  this.SaveFormEvent.emit(res);