fix: modify the delete confirmation interface logic. (#2138)

This commit is contained in:
Ltzhu76 2022-09-25 01:05:50 +08:00 committed by Gabriel Alencar
parent 36c957e7a0
commit 8333e603b4

View File

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