@wizishop/angular-components 0.0.84 → 0.0.85

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.
@@ -763,9 +763,9 @@
763
763
  /* Handle routing filters */
764
764
  if (this.tableRoutingName) {
765
765
  this._filterGroup = this.filtersTableService.getTableFilterGroup(this.tableRoutingName);
766
+ this.setTablesFilters();
766
767
  // Performe initial fetch data
767
768
  this._filterGroup.valuesChange$.next([]);
768
- this.setTablesFilters();
769
769
  // Listen to filters changes with debounced time to limit multiple api calls
770
770
  this.filterGroupChangeSub = this._filterGroup.valuesChange$.subscribe(function (filters) {
771
771
  _this.setTablesFilters();