More refactoring components (minus Site)

This commit is contained in:
2025-09-02 09:59:02 +02:00
parent 77d42a2c27
commit 53c3f6c6b2
5 changed files with 19 additions and 104 deletions

View File

@@ -65,7 +65,7 @@ export class Finding {
* @param {number} recordId
*/
async biblio(recordId) {
let {citations, biblioElements} = await Utils.buildBibliography('not_conserved', recordId);
let {citations, biblioElements} = await Utils.buildBibliography('finding', recordId);
this.biblioElements = biblioElements;
return citations;