Fixed Leave Project button (#1321)

This commit is contained in:
Kavi/o
2023-08-20 18:10:40 +02:00
committed by GitHub
parent 0ffe8ef102
commit 0fdc02d5e9

View File

@@ -307,7 +307,7 @@ export default defineNuxtComponent({
methods: {
removeSelfFromTeam,
async leaveProject() {
await removeSelfFromTeam(project.team)
await removeSelfFromTeam(this.project.team)
await this.$router.push('/dashboard/projects')
},
async inviteTeamMember() {