Correctifs
This commit is contained in:
@@ -72,7 +72,9 @@ export class ListOfJumpsComponent implements OnInit {
|
||||
delete(item: JumpResp) {
|
||||
let data : Array<JumpResp> = this.dataSourceTable.data;
|
||||
data = data.filter(d => d.id !== item.id);
|
||||
|
||||
this.dataSourceTable.data = data;
|
||||
this.resultsLength = data.length;
|
||||
|
||||
this.serviceApi.DeleteJump(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user