From 5ca2a571f4130768a9e37dd654429272a8d69099 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 29 Mar 2023 14:26:27 +0200 Subject: [PATCH] restore code --- 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 3d5127f1a..0b43be840 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -366,7 +366,7 @@ export default { { key: 'confirmedBy', label: this.$t('moderator') }, { key: 'chatCreation', label: this.$t('chat') }, ], - ] + ][this.tabIndex] }, statusFilter() { return FILTER_TAB_MAP[this.tabIndex]