Fix currency input (#7469)
Fix https://github.com/twentyhq/twenty/issues/7458
This commit is contained in:
@ -144,6 +144,7 @@ export const CurrencyInput = ({
|
||||
placeholder={placeholder}
|
||||
autoFocus={autoFocus}
|
||||
value={value}
|
||||
unmask
|
||||
/>
|
||||
</StyledContainer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user