Skip to content

Commit

Permalink
fix: modify the delete confirmation interface logic. (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ltzhu76 committed Sep 24, 2022
1 parent c1e6d58 commit 0401adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/prompts/Delete.vue
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 0401adf

Please sign in to comment.