diff --git a/dmp-frontend/src/app/dmps/dmp.component.ts b/dmp-frontend/src/app/dmps/dmp.component.ts index 0a94319a1..a7de08c0d 100644 --- a/dmp-frontend/src/app/dmps/dmp.component.ts +++ b/dmp-frontend/src/app/dmps/dmp.component.ts @@ -131,7 +131,7 @@ myFunction() { SaveNewDmp(){ - console.log(this.dmp, this.dmp.projectsDropDownKey); + console.log(this.dmp, this.dmp.projectsDropDownKey); debugger; //this.http.post('http://someurl', JSON.stringify(this.project)) this.serverService.createDmpForProject(this.dmp) .subscribe( diff --git a/dmp-frontend/src/app/dmps/dmps.html b/dmp-frontend/src/app/dmps/dmps.html index b8afa45cb..61b39922f 100644 --- a/dmp-frontend/src/app/dmps/dmps.html +++ b/dmp-frontend/src/app/dmps/dmps.html @@ -64,7 +64,7 @@
-