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:
-1
@@ -226,7 +226,6 @@ function CurrencyCell(props: CurrencyCellProps) {
|
||||
customInput={isEditable ? currencyInput : currencySpan}
|
||||
allowNegativeValue={false}
|
||||
value={localValue.value}
|
||||
decimalSeparator="."
|
||||
placeholder="-"
|
||||
/>
|
||||
{isRangeEnd && props.isRangeEndCol && !isEditable && (
|
||||
|
||||
Reference in New Issue
Block a user