@lowcodeunit/applications-flow-common 1.39.108-primaryhost → 1.39.109-primaryhost

Sign up to get free protection for your applications and to get access to all the features.
@@ -7591,11 +7591,11 @@ class EditProjectFormComponent {
7591
7591
  this.setupProjectForm();
7592
7592
  }
7593
7593
  SaveProject() {
7594
- const proj = this.Project;
7595
- // console.log("APP=", app);
7596
- proj.Project = {
7597
- Name: this.NameFormControl.value,
7598
- Description: this.DescriptionFormControl.value,
7594
+ const proj = {
7595
+ Project: {
7596
+ Name: this.NameFormControl.value,
7597
+ Description: this.DescriptionFormControl.value,
7598
+ },
7599
7599
  };
7600
7600
  const saveProjReq = {
7601
7601
  ProjectLookup: this.ProjectLookup,