feat(admin-ui): Encode location id in URL on location table (#3533)

Encoded the `location_id` into the query params and ensured it gets parsed on mount, into defaults. This allows safer refreshes of the locations table or accurate deep-links to be shared.

Resolves CORE-1252
This commit is contained in:
Rares Stefan
2023-03-21 09:12:58 +01:00
committed by GitHub
parent d525c27774
commit 497c7c55c7
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/admin-ui": patch
---
feat(admin-ui): Encode location id in URL on location table