Fix bug with nested objects in report
This commit is contained in:
@@ -18,6 +18,6 @@ document.addEventListener('readystatechange', async () => {
|
||||
// Close modal
|
||||
document.querySelector('.modal').classList.remove('active');
|
||||
|
||||
// Create report HTML
|
||||
DataSpace.renderObjectReport(report, images);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user