fix: delete message when delete file from preview

This commit is contained in:
Shlomo 2023-12-28 11:11:53 +02:00 committed by GitHub
parent 748af7172c
commit 3264cea830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<template>
<div class="card floating">
<div class="card-content">
<p v-if="selectedCount === 1">
<p v-if="!this.isListing || selectedCount === 1">
{{ $t("prompts.deleteMessageSingle") }}
</p>
<p v-else>