There was an error while loading. Please reload this page.
1 parent e29d1ba commit 16255d9Copy full SHA for 16255d9
1 file changed
src/widgets/peoplePicker.js
@@ -159,6 +159,7 @@ export class PeoplePicker {
159
160
onSelectGroup (groupNode) {
161
this.selectedGroupNode = groupNode
162
+ this.groupPickedCb(groupNode)
163
this.render()
164
}
165
0 commit comments