Fetch biblio for individual record (until API fix...)

This commit is contained in:
2024-11-19 18:28:43 +01:00
parent ad1aafa243
commit 0320bf60b7
3 changed files with 14 additions and 6 deletions

View File

@@ -153,7 +153,7 @@ UI.openNotConserModal = async function (data, selector) {
let sheet = new NotConservedSheet();
sheet.siteData = data;
modal.querySelector('#not-conser-sheet').innerHTML = sheet.render();
modal.querySelector('#not-conser-sheet').innerHTML = await sheet.render();
modal.classList.add('is-active');
const closeBtn = modal.querySelector('.modal-close');