mirror of
https://github.com/ae-utbm/sith.git
synced 2025-01-05 14:41:19 +00:00
Merge pull request #972 from ae-utbm/fix-product-fetch
Fix product fetch
This commit is contained in:
commit
4b881903f0
@ -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],
|
||||
},
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user