feat(dashboard): Refactor Users table to use the new DataTable block (#11058)

**What**
- Updates the Users table to use the new DataTable
- Fixes an issue where initial parsing of URL filters weren't formatted correctly.
This commit is contained in:
Kasper Fabricius Kristensen
2025-01-22 13:19:23 +00:00
committed by GitHub
parent 0bef3202f3
commit 6346836c2d
12 changed files with 668 additions and 1875 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---
feat(dashboard): Refactor Users table to use the new DataTable block