You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new team, the individual profile is also set to GROUP type rather than INDIVIDUAL. I think this line may be the issue, and should instead be explicitly set to profile: { type: 'INDIVIDUAL' },
The text was updated successfully, but these errors were encountered:
component-templates/#-form/component.js
Line 198 in 5f0ee0d
When creating a new team, the individual profile is also set to GROUP type rather than INDIVIDUAL. I think this line may be the issue, and should instead be explicitly set to
profile: { type: 'INDIVIDUAL' },
The text was updated successfully, but these errors were encountered: