folder: remove broken call

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-29 11:01:40 -07:00
parent 985bcee976
commit e43a8b17ea
1 changed files with 1 additions and 5 deletions

View File

@ -17,11 +17,7 @@
<div class="previews fill-block">
<div class="preview-container fill-block">
<div class="img-outer" v-for="info of previews" :key="info.fileid">
<XImg
class="ximg fill-block"
:src="getPreviewUrl(info, true, 256)"
@error="$event.target.classList.add('error')"
/>
<XImg class="ximg fill-block" :src="getPreviewUrl(info, true, 256)" />
</div>
</div>
</div>