This commit is contained in:
venbatechnologies@gmail.com 2019-01-08 17:06:53 +05:30
commit 1526515eae

View File

@ -67,7 +67,7 @@ export class StartPdComponent implements OnInit, OnDestroy {
private listPDComponent: ListPdComponent, private _pd: PdTrigerService,) {
this.startPD = this.route.snapshot.params['pdid'];
this.notifier = notifier;
this.currentPDStatus = false;
}
ngOnInit() {