@maplander/components 0.21.36 → 0.21.37

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.
@@ -2954,7 +2954,7 @@
2954
2954
  * @return {?}
2955
2955
  */
2956
2956
  function (index) {
2957
- this._lastState = Object.assign(this.filter.state, null);
2957
+ this._lastState = Object.assign([], this.filter.state);
2958
2958
  this.resetFilters(index);
2959
2959
  this.applyAmenities();
2960
2960
  this.filter.type = this.propertyTypeSelected.value;
@@ -2981,7 +2981,7 @@
2981
2981
  * @return {?}
2982
2982
  */
2983
2983
  function (ev) {
2984
- this._lastState = Object.assign(this.filter.state, null);
2984
+ this._lastState = Object.assign([], this.filter.state);
2985
2985
  this.filter.locationType = 'STATE';
2986
2986
  this.filter.state = null;
2987
2987
  this.filter.municipality = null;