@maplander/components 0.21.30 → 0.21.31

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.
@@ -2959,8 +2959,6 @@
2959
2959
  this.filter.state = null;
2960
2960
  this.filter.municipality = null;
2961
2961
  this.filter.colony = null;
2962
- this.filtersForm.get('state').setValue('');
2963
- this.filtersForm.get('state').markAsTouched();
2964
2962
  this.filter.offering = (/** @type {?} */ (ev));
2965
2963
  this.changeFilter.emit({ type: 'offer', payload: { filter: this.filter, value: this.filtersForm.value } });
2966
2964
  };