5d58d354d7
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 6m50s
- Introduced an `_initialized` flag to manage product loading state more effectively. - Updated `OnParametersSetAsync` to conditionally load product details based on the initialization state and valid product ID. - Refactored product retrieval logic in `ProductService` to handle invalid IDs and improve fallback mechanisms for fetching product details. These changes improve the reliability and performance of the product detail component, ensuring that product information is loaded correctly and efficiently.