update admin/src/components/DeletedUserFormular.vue

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
mahula 2023-03-31 10:27:49 +02:00 committed by GitHub
parent 594fb8fe60
commit 2f67f0634c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<div v-else class="mt-5">
<div class="mt-3 mb-5">
<b-button
v-if="item.deletedAt === null"
v-if="!item.deletedAt"
variant="danger"
v-b-modal.delete-user-modal
@click="showDeleteModal()"