@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -36667,7 +36667,7 @@ var useLocalities = function useLocalities(tenant, boundaryType, config, t) {
|
|
|
36667
36667
|
}
|
|
36668
36668
|
|
|
36669
36669
|
return useQuery(["BOUNDARY_DATA", tenant, boundaryType], function () {
|
|
36670
|
-
return getLocalities$1[boundaryType](tenant);
|
|
36670
|
+
return getLocalities$1[boundaryType.toLowerCase()](tenant);
|
|
36671
36671
|
}, _extends({
|
|
36672
36672
|
select: function select(data) {
|
|
36673
36673
|
return LocalityService.get(data).map(function (key) {
|