mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
Why this change? Prior to this change, the group selector was using the `<GroupChooser>` component which is a `<MultiSelectComponent>` and is not ideal in our situation when we only allow a single group to be selected. The other problem is that we are doing an async load of the groups when it is already loaded and available in the `Site` service.