Skip to content

Commit

Permalink
Merge pull request #972 from ae-utbm/fix-product-fetch
Browse files Browse the repository at this point in the history
Fix product fetch
  • Loading branch information
imperosol authored Dec 26, 2024
2 parents 10ed2f7 + 761e37a commit 4b88190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counter/static/bundled/counter/product-list-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ document.addEventListener("alpine:init", () => {
// biome-ignore lint/style/useNamingConvention: api is in snake_case
is_archived: isArchived,
// biome-ignore lint/style/useNamingConvention: api is in snake_case
product_type: this.productTypes,
product_type: [...this.productTypes],
},
};
},
Expand Down

0 comments on commit 4b88190

Please sign in to comment.