mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
add deleteAt status on transaction-lik list
This commit is contained in:
parent
b7f40a1a54
commit
8b8b28c188
@ -81,7 +81,7 @@
|
||||
:title="$t('transactionlink.form_header')"
|
||||
:disabled="row.item.deletedAt !== null"
|
||||
>
|
||||
<transaction-link-list :userId="row.item.userId" />
|
||||
<transaction-link-list v-if="!row.item.deletedAt" :userId="row.item.userId" />
|
||||
</b-tab>
|
||||
<b-tab :title="$t('delete_user')">
|
||||
<deleted-user-formular :item="row.item" @updateDeletedAt="updateDeletedAt" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user