More refactoring components (minus Site)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user