@woosmap/ui 4.160.1 → 4.160.2

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.160.1",
3
+ "version": "4.160.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -144,7 +144,7 @@ class PricingSlider extends Component {
144
144
  onChange = () => {
145
145
  const { onChange } = this.props;
146
146
  if (onChange) {
147
- onChange(this.state);
147
+ onChange(this.getDisplayedData());
148
148
  }
149
149
  };
150
150