Merge branch 'main' into za/2402-design-review

This commit is contained in:
zandercymatics 2024-10-03 12:54:52 -06:00
commit 2f8408e875
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
32 changed files with 1800 additions and 400 deletions

View file

@ -7,7 +7,6 @@ class UserPortfolioRoleChoices(models.TextChoices):
"""
ORGANIZATION_ADMIN = "organization_admin", "Admin"
ORGANIZATION_ADMIN_READ_ONLY = "organization_admin_read_only", "Admin read only"
ORGANIZATION_MEMBER = "organization_member", "Member"
@classmethod