start pd changes

This commit is contained in:
gandhimathi 2019-01-08 15:23:47 +05:30
parent 64de63d37b
commit d63eb20d3c

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() {