fix(dashboard): Use derived state in DataTable (#11487)

**What**
- Uses derived state in DataTable, to prevent the state in the URL and component from going out of sync.
- Introduces a way for RouteModals to restore URL params on close.

Resolves CMRC-936
This commit is contained in:
Kasper Fabricius Kristensen
2025-03-03 14:18:19 +00:00
committed by GitHub
parent 51b0af193c
commit c28ae573e5
7 changed files with 103 additions and 39 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Use derrived state in DataTable