Skip to content

Commit

Permalink
Fix project selection is not available for user with TEAM_MEMBER subs…
Browse files Browse the repository at this point in the history
…cription (#1120)
  • Loading branch information
XanderZhu authored Jul 25, 2024
1 parent 640ed6d commit a3a5c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum class SubscriptionType(
@SerialName("commercial")
COMMERCIAL,
@SerialName("team member")
TEAM_MEMBER,
TEAM_MEMBER(isProjectSelectionEnabled = true),
@SerialName("trial")
TRIAL(isProjectSelectionEnabled = true),
@SerialName("content trial")
Expand Down

0 comments on commit a3a5c18

Please sign in to comment.