Skip to content

Commit

Permalink
chore: member can change role (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
NarayanBavisetti authored Oct 4, 2023
1 parent 1e9149d commit fb6f645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/plane/api/views/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ class ProjectMemberViewSet(BaseViewSet):
serializer_class = ProjectMemberAdminSerializer
model = ProjectMember
permission_classes = [
ProjectBasePermission,
ProjectMemberPermission,
]

search_fields = [
Expand Down

0 comments on commit fb6f645

Please sign in to comment.