@egovernments/digit-ui-libraries 1.3.3 → 1.3.4

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.js CHANGED
@@ -36670,7 +36670,7 @@ var useLocalities = function useLocalities(tenant, boundaryType, config, t) {
36670
36670
  }
36671
36671
 
36672
36672
  return reactQuery.useQuery(["BOUNDARY_DATA", tenant, boundaryType], function () {
36673
- return getLocalities$1[boundaryType](tenant);
36673
+ return getLocalities$1[boundaryType.toLowerCase()](tenant);
36674
36674
  }, _extends({
36675
36675
  select: function select(data) {
36676
36676
  return LocalityService.get(data).map(function (key) {