Merge pull request #3496 from gradido/admin_fix_user_search_status

fix(admin): fix accidently remove user states
This commit is contained in:
einhornimmond 2025-05-22 07:18:12 +02:00 committed by GitHub
commit 48e673933d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(