fix(admin-ui): currency input exception (#4888)
* fix: infer cell formatting * chore: changeset * Update friendly-months-attack.md --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/admin-ui": patch
|
||||||
|
"@medusajs/admin": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix(admin-ui): bulk editor cell separators
|
||||||
-1
@@ -226,7 +226,6 @@ function CurrencyCell(props: CurrencyCellProps) {
|
|||||||
customInput={isEditable ? currencyInput : currencySpan}
|
customInput={isEditable ? currencyInput : currencySpan}
|
||||||
allowNegativeValue={false}
|
allowNegativeValue={false}
|
||||||
value={localValue.value}
|
value={localValue.value}
|
||||||
decimalSeparator="."
|
|
||||||
placeholder="-"
|
placeholder="-"
|
||||||
/>
|
/>
|
||||||
{isRangeEnd && props.isRangeEndCol && !isEditable && (
|
{isRangeEnd && props.isRangeEndCol && !isEditable && (
|
||||||
|
|||||||
Reference in New Issue
Block a user