Skip to content

Commit

Permalink
fix: user selector for group (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba authored Nov 29, 2024
1 parent 9e5c3b4 commit edcd93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Screens/Group/GroupMemberAdd.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct GroupMemberAdd: View, FormValidatable, ErrorPresentable {
Section {
NavigationLink {
if let group = groupStore.current {
UserSelector(groupID: group.id) { user in
UserSelector(organizationID: group.organization.id) { user in
self.user = user
}
}
Expand Down

0 comments on commit edcd93e

Please sign in to comment.