ng-miam 6.3.2 → 6.3.3

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.
@@ -23674,7 +23674,7 @@
23674
23674
  RecipeCatalogComponent.prototype.setPriceFilters = function (cost) {
23675
23675
  var filters = Object.assign(this.filters, {
23676
23676
  additionalFilters: {
23677
- filters: { computed_cost: cost[0] + ',gt,' + cost[1] + ',lt', recipe_type_id: '1' },
23677
+ filters: { computed_cost: cost[0] + ',gt,' + cost[1] + ',lt', recipe_type_id: 'main-dish' },
23678
23678
  title: "Recettes \u00E0 moins de " + cost[1] + "\u20AC"
23679
23679
  }
23680
23680
  });
@@ -26333,7 +26333,7 @@
26333
26333
  this.filters.search = '';
26334
26334
  this.filters.additionalFilters = {
26335
26335
  filters: {
26336
- recipe_type_id: '1',
26336
+ recipe_type_id: 'main-dish',
26337
26337
  computed_cost: "0,gt," + this.maxCost + ",lt"
26338
26338
  },
26339
26339
  title: ''