diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index b367d1b7f..3d5127f1a 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -116,6 +116,11 @@ export default { pageSize: 25, } }, + watch: { + tabIndex() { + this.currentPage = 1 + }, + }, methods: { deleteCreation() { this.$apollo @@ -361,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]