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
Since name is required for the Group model, we'll need to implement the default name in the CREATE group route. The default name should consist of a comma separated list of the usernames of users in the group.
Since
nameis required for the Group model, we'll need to implement the default name in the CREATE group route. The default name should consist of a comma separated list of the usernames of users in the group.