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

pull/2168/head
Ltzhu76 2022-09-25 01:05:50 +08:00 committed by GitHub
parent c1e6d5869a
commit 0401adf7f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>