From 646dd9f52665f08dbbda3fd475b2e97db77545e1 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 1 Feb 2023 10:13:22 +0100 Subject: [PATCH] when you click on create, you will be directed to the form --- frontend/src/pages/Community.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 5b771eac9..d5475634e 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -296,8 +296,8 @@ export default { }, created() { this.updateTransactions(0) - this.tabIndex = 1 - this.$router.push({ path: '/community#my' }) + this.tabIndex = 0 + this.$router.push({ path: '/community#edit' }) }, }