From 6bdf82c25eab24827552ae557100e6576c6723b4 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 9 Mar 2023 15:18:26 +0100 Subject: [PATCH] Update admin/src/pages/CreationConfirm.vue Co-authored-by: Moriz Wahl --- admin/src/pages/CreationConfirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 4d57ed417..3f0b2d87f 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -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: {