Merge pull request #972 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
commit 4b881903f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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