when you click on create, you will be directed to the form

This commit is contained in:
ogerly 2023-02-01 10:13:22 +01:00
parent 341a23f6b3
commit 646dd9f526

View File

@ -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>