Unwanted Alert Removed in PD Team: ps

This commit is contained in:
venbatechnologies@gmail.com 2018-10-30 19:12:17 +05:30
parent 3a63f2ba4d
commit d0eab1030b

View File

@ -411,11 +411,11 @@ export class PdTeamEditComponent implements OnInit {
dataresult=>{
if (dataresult.dataStatus == true){
Swal("Data Edited Successfully");
this.notifier.notify('success', 'Record Edited Successfully.!');
// this.notifier.notify('success', 'Record Edited Successfully.!');
}
else{
Swal("SomeThing Wents Wrong Try Again !");
this.notifier.notify('warning', 'SomeThing Wents Wrong Try Again !');
// this.notifier.notify('warning', 'SomeThing Wents Wrong Try Again !');
}
});