Fix displaying images in ExamineCamModal
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
|||||||
fetch('/events/details/' + id)
|
fetch('/events/details/' + id)
|
||||||
.then((response) => response.json())
|
.then((response) => response.json())
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
this.screenshots = response
|
this.screenshots = response.screenshots
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user