mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-01 00:18:34 +02:00
fix: Reset form on destroy
This commit is contained in:
parent
378a1e23e1
commit
7ffe5c573c
@ -61,6 +61,7 @@ export class SwarmComponent implements OnInit, OnDestroy {
|
||||
|
||||
ngOnDestroy(): void {
|
||||
window.clearInterval(this.refreshIntervalRef);
|
||||
this.form.reset();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user