This commit is contained in:
insanity 2018-05-04 11:53:11 +09:00
parent b7714abb16
commit 619f3c8202

View File

@ -77,7 +77,6 @@ export class SettingComponent implements OnInit, AfterContentInit, OnDestroy, On
onCancel() { onCancel() {
this.selectedProbe = null; this.selectedProbe = null;
this.probe = null;
this.started = false; this.started = false;
this.close.emit(); this.close.emit();
} }