Fix displaying images in ExamineCamModal
continuous-integration/drone Build is passing Details

This commit is contained in:
Erki Aas 2022-12-13 14:05:40 +02:00
parent fc571d5382
commit eba065b5e0
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export default {
fetch('/events/details/' + id)
.then((response) => response.json())
.then((response) => {
this.screenshots = response
this.screenshots = response.screenshots
});
}
}