@bigbinary/neeto-team-members-frontend 3.1.6 → 3.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -8242,7 +8242,8 @@ var useFetchGroups = function useFetchGroups(_ref) {
8242
8242
  return groupsApi.list({
8243
8243
  searchTerm: searchTerm,
8244
8244
  page: page,
8245
- pageSize: pageSize
8245
+ pageSize: pageSize,
8246
+ loadDetails: true
8246
8247
  });
8247
8248
  });
8248
8249
  };