Skip to content

Commit

Permalink
fix: delete message when delete file from preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ShlomoCode committed Dec 28, 2023
1 parent 748af71 commit 3264cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/prompts/Delete.vue
@@ -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>
Expand Down

0 comments on commit 3264cea

Please sign in to comment.