mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix archive/restore results [SCI-9296]
This commit is contained in:
parent
ef3c916c00
commit
a8c660394f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue