Merge pull request #2645 from gradido/2600-Menu-Creation-select-Contribute

refactor(frontend): when you click on create, you will be directed to the form
This commit is contained in:
Alexander Friedland 2023-02-01 15:00:34 +01:00 committed by GitHub
commit b129e2ec59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' })
},
}
</script>