mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 00:53:08 +00:00 
			
		
		
		
	fix product fetch
This commit is contained in:
		| @@ -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], | ||||
|         }, | ||||
|       }; | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user