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:32:45 +02:00 committed by GitHub
parent 2f67f0634c
commit 01afe6a068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
{{ $t('delete_user') }}
</b-button>
<b-button
v-if="item.deletedAt !== null"
v-else
variant="success"
v-b-modal.delete-user-modal
@click="showUndeleteModal()"