@woosmap/ui 4.130.5 → 4.130.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.130.5",
3
+ "version": "4.130.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -283,7 +283,7 @@ export default class CountrySelect extends Component {
283
283
  if (value) {
284
284
  countryOption = Array.isArray(value)
285
285
  ? value
286
- : countriesOptions.find((item) => item.value === value.lower());
286
+ : countriesOptions.find((item) => item.value === value.toLowerCase());
287
287
  }
288
288
  delete rest.className;
289
289
  return (