Revert "dummy migration ( will revert commit )"

This reverts commit ffb8311fd0.
This commit is contained in:
zandercymatics 2024-10-09 09:26:47 -06:00
parent ffb8311fd0
commit d90810c844
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 1 additions and 41 deletions

View file

@ -7,7 +7,7 @@ class UserPortfolioRoleChoices(models.TextChoices):
"""
ORGANIZATION_ADMIN = "organization_admin", "Admin"
ORGANIZATION_MEMBER = "organization_member", "Members"
ORGANIZATION_MEMBER = "organization_member", "Member"
@classmethod
def get_user_portfolio_role_label(cls, user_portfolio_role):