Skip to content

Commit

Permalink
create-service.component.ts edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Anand authored and Abhishek Anand committed Oct 30, 2018
1 parent 3c8c3a2 commit c8a9bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export class CreateServiceComponent implements OnInit {

// function for opening and closing create service popup
closeCreateService(serviceRequest) {
this.onClose.emit(false);
if (serviceRequest) {
this.servicelist.serviceCall();
}
Expand All @@ -207,7 +208,6 @@ export class CreateServiceComponent implements OnInit {
this.serviceRequestFailure = false;
this.serviceRequestSuccess = false;
this.approversList = this.approversListShow;
this.onClose.emit(false);
}


Expand Down

0 comments on commit c8a9bed

Please sign in to comment.