diff --git a/admin/src/pages/Creation.vue b/admin/src/pages/Creation.vue index 3e18b3078..cdcc03c9d 100644 --- a/admin/src/pages/Creation.vue +++ b/admin/src/pages/Creation.vue @@ -93,7 +93,31 @@ export default { { key: 'email', label: this.$t('e_mail') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, - { key: 'creation', label: this.$t('open_creations') }, + { + key: 'creation', + label: this.$t('open_creation'), + formatter: (value, key, item) => { + return ( + ` +