mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update admin/src/components/DeletedUserFormular.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
1b35da31ac
commit
c9cf12ae8b
@ -6,7 +6,7 @@
|
||||
<div v-else class="mt-5">
|
||||
<b-form-checkbox switch size="lg" v-model="checked">
|
||||
<div v-if="item.deletedAt === null">{{ $t('delete_user') }}</div>
|
||||
<div v-if="item.deletedAt !== null">{{ $t('undelete_user') }}</div>
|
||||
<div>{{ item.deletedAt ? $t('undelete_user') : $t('delete_user') }}</div>
|
||||
</b-form-checkbox>
|
||||
|
||||
<div class="mt-3 mb-5">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user