fix issue with linking: do nothing when confirm linking is clicked
This commit is contained in:
parent
fff6dffd88
commit
55257b2718
|
@ -86,10 +86,8 @@ export class ClaimInsertComponent {
|
|||
private errorInRecords = [];
|
||||
|
||||
public insert() {
|
||||
if(this.claiming) {
|
||||
this.confirmOpen();
|
||||
}
|
||||
}
|
||||
saveAndNavigate(){
|
||||
localStorage.setItem(this.localStoragePrefix + "results", JSON.stringify(this.results));
|
||||
if (this.sources != null) {
|
||||
|
|
Loading…
Reference in New Issue