Bug of eliminate action solved

This commit is contained in:
Eudes Inácio
2024-02-02 12:07:09 +01:00
parent a5b29e330a
commit a873e192ee
2 changed files with 5 additions and 5 deletions
@@ -301,9 +301,6 @@ export class PublicationsPage implements OnInit {
const loader = this.toastService.loading();
try {
await this.publications.DeletePresidentialAction(id).toPromise();
if(window["refreshPublication"]) {
window["refreshPublication"]();
}
this.toastService._successMessage()
} catch (error) {
if(error.status == 0) {