Skip to content

Commit

Permalink
Merge branch 'refactor/mobx-store' of https://github.com/makeplane/plane
Browse files Browse the repository at this point in the history
 into refactor/mobx-store
  • Loading branch information
aaryan610 committed Dec 22, 2023
2 parents 5bdf94e + 442b17e commit 5c9cb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apiserver/plane/app/serializers/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class Meta:


class WorkSpaceMemberInviteSerializer(BaseSerializer):
workspace = WorkSpaceSerializer(read_only=True)
total_members = serializers.IntegerField(read_only=True)
created_by_detail = UserLiteSerializer(read_only=True, source="created_by")

Expand Down

0 comments on commit 5c9cb05

Please sign in to comment.