remove the obsolete code for open dataset opt in
parent
1bb63fc6e2
commit
94c9276615
|
@ -43,10 +43,6 @@ export class EditComponent implements OnInit {
|
|||
);
|
||||
}
|
||||
|
||||
updateOpenDataset(optIn: boolean) {
|
||||
this.service.updateAccount({openDataset: optIn}).subscribe();
|
||||
}
|
||||
|
||||
refreshAccount() {
|
||||
this.service.getAccount().subscribe({
|
||||
next: (account) => { this.account = account; }
|
||||
|
|
Loading…
Reference in New Issue