@arsedizioni/ars-utils 20.3.38 → 20.3.41

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.
@@ -3468,8 +3468,9 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
3468
3468
  * Clear current filter params
3469
3469
  */
3470
3470
  clearFilter() {
3471
+ const modules = this.filterParams.modules;
3471
3472
  ClipperSearchUtils.clear(this.filterParams);
3472
- this.filterParams.modules = [{ name: "Normativa vigente", shortName: "Normativa vigente", value: ClipperModule.NormativaVigente }];
3473
+ this.filterParams.modules = modules;
3473
3474
  this.filterSelector()?.reset();
3474
3475
  this.filterParams.searchId = undefined;
3475
3476
  this.filterParams.searchName = undefined;