Reset tabs for not conserved

This commit is contained in:
2025-04-28 13:17:08 +02:00
parent 0ca98e2b6d
commit 3f6d70f159
3 changed files with 6 additions and 2 deletions

View File

@@ -77,7 +77,8 @@ export class NotConserved {
this.images = record.images;
imageContainer.innerHTML = this.renderImages();
gallery('not-conserved-gallery', this.images);
}
} else
imageContainer.innerHTML = '<p class="has-text-centered">Nessuna risorsa visuale disponibile</p>';
}
async biblio(recordId) {