fix(dashboard): Load product variant edit page and fix product detail query key (#10029)

**What**
- Fixes Edit Variant form so it properly loads the product variant
- Fixes the query key for product details to prevent the cache from being shared between queries for the same ID but with different params.

Resolves CMRC-685

Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com>
This commit is contained in:
Kasper Fabricius Kristensen
2024-11-12 08:40:08 +00:00
committed by GitHub
co-authored by Frane Polić
parent 81208b6e1d
commit 904f0926f1
12 changed files with 138 additions and 116 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Fix query key for product details and load product variant data correctly