Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
djuarezgf committed Dec 23, 2024
1 parent b1d850e commit 310e467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ export default defineComponent({
}
}
}
if (!this.projectRoles?.includes(ProjectRole.PROJECT_MANAGER_ADMIN)){
if (!this.existInvitedUsers && !this.projectRoles?.includes(ProjectRole.PROJECT_MANAGER_ADMIN)){
this.removeActionExplanation(Action.SET_DEVELOPER_USER_ACTION, extendedExplanations);
this.removeActionExplanation(Action.SET_PILOT_USER_ACTION, extendedExplanations);
this.removeActionExplanation(Action.SET_FINAL_USER_ACTION, extendedExplanations);
Expand Down

0 comments on commit 310e467

Please sign in to comment.