mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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')
|
$('.result-wrapper .collapse').collapse('hide')
|
||||||
},
|
},
|
||||||
removeResult(result_id) {
|
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