Fix bug with nested objects in report

This commit is contained in:
2023-03-16 14:58:05 +01:00
parent c8b887fdba
commit d39e6b740c
2 changed files with 117 additions and 109 deletions

View File

@@ -18,6 +18,6 @@ document.addEventListener('readystatechange', async () => {
// Close modal
document.querySelector('.modal').classList.remove('active');
// Create report HTML
DataSpace.renderObjectReport(report, images);
});