Skip to content

Commit

Permalink
fix(admin-ui): currency input exception (#4888)
Browse files Browse the repository at this point in the history
* fix: infer cell formatting

* chore: changeset

* Update friendly-months-attack.md

---------

Co-authored-by: Oli Juhl <[email protected]>
  • Loading branch information
fPolic and olivermrbl authored Aug 28, 2023
1 parent 88e68af commit 50798d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/friendly-months-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/admin-ui": patch
"@medusajs/admin": patch
---

fix(admin-ui): bulk editor cell separators
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ function CurrencyCell(props: CurrencyCellProps) {
customInput={isEditable ? currencyInput : currencySpan}
allowNegativeValue={false}
value={localValue.value}
decimalSeparator="."
placeholder="-"
/>
{isRangeEnd && props.isRangeEndCol && !isEditable && (
Expand Down

0 comments on commit 50798d1

Please sign in to comment.