From 6c94dae7b1907f7731d7d41b5e9efe7f3078adb2 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 20 Oct 2022 13:36:47 +0200 Subject: [PATCH] fix Pagination Contributions jumps to wrong Page --- frontend/src/pages/Community.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index c98bfff2d..786307405 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -231,8 +231,6 @@ export default { this.items = listContributions.contributionList if (this.items.find((item) => item.state === 'IN_PROGRESS')) { this.tabIndex = 1 - } else { - this.tabIndex = 0 } }) .catch((err) => {