fix(dashboard): Prevent reusing same Component for nested UI routes (#9725)

**What**
- Fixes a bug that caused nested UI routes to reuse their parents Component.
This commit is contained in:
Kasper Fabricius Kristensen
2024-10-24 13:06:49 +02:00
committed by GitHub
parent 5a1b6f0810
commit 7b6793f846
2 changed files with 30 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Prevent nested UI Routes from re-using parent component