Fix archive/restore results [SCI-9296]

This commit is contained in:
Anton 2023-09-13 14:34:49 +02:00
parent ef3c916c00
commit a8c660394f

View file

@ -121,7 +121,7 @@
$('.result-wrapper .collapse').collapse('hide')
},
removeResult(result_id) {
this.results = this.results.filter((r) => r.attributes.id != result_id);
this.results = this.results.filter((r) => r.id != result_id);
}
}
}