mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
comment message unnecessary
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ export class ApproveEventModalPage implements OnInit {
|
|||||||
this.alertService.presentAlert('Operação realizada com sucesso!');
|
this.alertService.presentAlert('Operação realizada com sucesso!');
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
this.alertService.presentAlert('Operação cancelada!');
|
//this.alertService.presentAlert('Operação cancelada!');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ export class ApproveEventPage implements OnInit {
|
|||||||
this.alertService.presentAlert('Operação realizada com sucesso!');
|
this.alertService.presentAlert('Operação realizada com sucesso!');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.alertService.presentAlert('Operação cancelada!');
|
//this.alertService.presentAlert('Operação cancelada!');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user