diff --git a/client/src/app/editAbstract/editAbstract.component.html b/client/src/app/editAbstract/editAbstract.component.html index 3247370b..417b7472 100644 --- a/client/src/app/editAbstract/editAbstract.component.html +++ b/client/src/app/editAbstract/editAbstract.component.html @@ -7,7 +7,7 @@

This form is not about adding items. Any items changed are all that will sho @@ -18,7 +18,7 @@

This form is not about adding items. Any items changed are all that will sho @@ -145,21 +145,17 @@

This form is not about adding items. Any items changed are all that will sho MMP
LSAMP +
+ McNair
- - - -
OTHER Organization(s): {{submission.miscSponOrganization}} @@ -186,7 +182,7 @@

This form is not about adding items. Any items changed are all that will sho @@ -197,7 +193,7 @@

This form is not about adding items. Any items changed are all that will sho @@ -205,7 +201,7 @@

This form is not about adding items. Any items changed are all that will sho

- + diff --git a/client/src/app/editAbstract/editAbstract.component.ts b/client/src/app/editAbstract/editAbstract.component.ts index 40522c5a..56a87041 100644 --- a/client/src/app/editAbstract/editAbstract.component.ts +++ b/client/src/app/editAbstract/editAbstract.component.ts @@ -50,6 +50,10 @@ export class EditAbstractComponent implements OnInit { ); } + saveAbstractEdit() { + console.log(this.submission); + } + ngOnInit() { this.getSubmission(); }