fix: handle error

This commit is contained in:
Shivam Mishra
2024-12-11 17:47:22 +05:30
parent 40888b8a1d
commit f15e997806
@@ -38,7 +38,7 @@ const handleError = () => {
v-else
class="w-full h-full object-cover"
:src="attachment.dataUrl"
@onerror="handleError"
@error="handleError"
/>
</div>
<GalleryView