1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-15 22:39:25 +00:00

Merge pull request from ae-utbm/fix-product-fetch

Fix product fetch
This commit is contained in:
thomas girod
2024-12-26 23:43:41 +01:00
committed by GitHub

@ -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],
},
};
},