Delete window.location.reload()
Reload after saving API key not necessarypull/70/head
parent
c84f7d5847
commit
d1a8a1d666
|
@ -84,7 +84,6 @@ export class wigleComponent implements OnInit {
|
||||||
}
|
}
|
||||||
this.isSubmittingKey = false;
|
this.isSubmittingKey = false;
|
||||||
})
|
})
|
||||||
window.location.reload();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkKey(): void {
|
checkKey(): void {
|
||||||
|
|
Loading…
Reference in New Issue