restore formatter

This commit is contained in:
Moriz Wahl 2022-02-02 19:31:17 +01:00
parent 413ca2a26b
commit 3831f0eb81

View File

@ -91,6 +91,9 @@ export default {
{
key: 'creation',
label: this.creationLabel,
formatter: (value, key, item) => {
return value.join(' | ')
},
},
{ key: 'show_details', label: this.$t('details') },
{ key: 'confirm_mail', label: this.$t('confirmed') },