mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
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:
commit
b129e2ec59
@ -296,8 +296,8 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.updateTransactions(0)
|
this.updateTransactions(0)
|
||||||
this.tabIndex = 1
|
this.tabIndex = 0
|
||||||
this.$router.push({ path: '/community#my' })
|
this.$router.push({ path: '/community#edit' })
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user