re-link photo content with new payload schema

This commit is contained in:
Eli Ribble 2026-03-09 19:29:48 +00:00
parent 1be8c24235
commit 7e60713649
No known key found for this signature in database

View file

@ -691,7 +691,7 @@
:key="index"
>
<img
:src="photo"
:src="photo.url_content"
class="photo-thumbnail"
@click="openPhotoViewer(index)"
:alt="'Photo ' + (index + 1)"
@ -856,7 +856,7 @@
x-if="selectedCommunication && selectedCommunication.public_report.images"
>
<img
:src="selectedCommunication.public_report.images[currentPhotoIndex]"
:src="selectedCommunication.public_report.images[currentPhotoIndex].url_content"
class="img-fluid rounded"
style="max-height: 60vh;"
/>