fix issue with linking: do nothing when confirm linking is clicked

This commit is contained in:
argirok 2022-06-20 17:09:25 +03:00
parent fff6dffd88
commit 55257b2718
1 changed files with 0 additions and 2 deletions

View File

@ -86,9 +86,7 @@ export class ClaimInsertComponent {
private errorInRecords = [];
public insert() {
if(this.claiming) {
this.confirmOpen();
}
}
saveAndNavigate(){
localStorage.setItem(this.localStoragePrefix + "results", JSON.stringify(this.results));