Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
#266 : effacer les alertes
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvJalb committed Apr 20, 2022
1 parent fdb3ded commit fecddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/explore/events/events.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ export class EventsComponent implements OnInit {
this.alerts.splice(index, 1);
let rowIndex = Array.from(this.tbody.rows).findIndex(_row => _row.cells[8].innerHTML === this.alertToEdit._id);
this.tbody.deleteRow(rowIndex);
this.inspService.deleteHiveInsp([this.alertToEdit._id]).subscribe(
this.alertService.deleteAlerts([this.alertToEdit._id]).subscribe(
() => {},
() => {},
() => {
Expand Down

0 comments on commit fecddf7

Please sign in to comment.