Update admin/src/pages/CreationConfirm.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Hannes Heine 2023-03-09 15:18:26 +01:00 committed by GitHub
parent 923cc5d81e
commit 6bdf82c25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ export default {
this.items.find((obj) => obj.id === id).state = 'IN_PROGRESS'
},
formatDateOrDash(value) {
return value ? this.$d(new Date(value), 'short') : '-'
return value ? this.$d(new Date(value), 'short') : ''
},
},
computed: {