fix(admin-ui): PriceList bulk editor fixes (#5456)

* fix: rounding on decimal numbers, wrap in form

* add changeset

* fix: decimal numbers in product details

* fix: resolve an issue where double clicking an already selected cell would freeze it
This commit is contained in:
Kasper Fabricius Kristensen
2023-10-26 09:56:36 +02:00
committed by GitHub
parent ebba93e03d
commit ea2ee343f0
8 changed files with 179 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---
fix(admin-ui): PriceList bulk editor fixes