mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge pull request #3496 from gradido/admin_fix_user_search_status
fix(admin): fix accidently remove user states
This commit is contained in:
commit
48e673933d
@ -129,7 +129,7 @@ const fields = computed(() => [
|
|||||||
// { key: 'confirm_mail', label: t('confirmed') },
|
// { key: 'confirm_mail', label: t('confirmed') },
|
||||||
// { key: 'has_elopage', label: 'elopage' },
|
// { key: 'has_elopage', label: 'elopage' },
|
||||||
// { key: 'transactions_list', label: t('transaction') },
|
// { key: 'transactions_list', label: t('transaction') },
|
||||||
{ key: 'contributionStatus', label: t('status') },
|
{ key: 'status', label: t('status') },
|
||||||
])
|
])
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user