Unwanted Alert Removed in PD Team: ps
This commit is contained in:
parent
3a63f2ba4d
commit
d0eab1030b
@ -411,11 +411,11 @@ export class PdTeamEditComponent implements OnInit {
|
|||||||
dataresult=>{
|
dataresult=>{
|
||||||
if (dataresult.dataStatus == true){
|
if (dataresult.dataStatus == true){
|
||||||
Swal("Data Edited Successfully");
|
Swal("Data Edited Successfully");
|
||||||
this.notifier.notify('success', 'Record Edited Successfully.!');
|
// this.notifier.notify('success', 'Record Edited Successfully.!');
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
Swal("SomeThing Wents Wrong Try Again !");
|
Swal("SomeThing Wents Wrong Try Again !");
|
||||||
this.notifier.notify('warning', 'SomeThing Wents Wrong Try Again !');
|
// this.notifier.notify('warning', 'SomeThing Wents Wrong Try Again !');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user