diff --git a/admin/src/pages/Creation.vue b/admin/src/pages/Creation.vue index 4d6dca920..3e18b3078 100644 --- a/admin/src/pages/Creation.vue +++ b/admin/src/pages/Creation.vue @@ -62,7 +62,31 @@ export default { { key: 'bookmark', label: 'bookmark' }, { 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 ( + ` +