Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fixed Leave Project button (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Kavio authored Aug 20, 2023
1 parent 0ffe8ef commit 0fdc02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[type]/[id]/settings/members.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 0fdc02d

Please sign in to comment.