Fix currency input (#7469)

Fix https://github.com/twentyhq/twenty/issues/7458
This commit is contained in:
Thomas Trompette
2024-10-07 15:00:47 +02:00
committed by GitHub
parent ce676f699d
commit b5d1486830
3 changed files with 7 additions and 6 deletions

View File

@ -144,6 +144,7 @@ export const CurrencyInput = ({
placeholder={placeholder}
autoFocus={autoFocus}
value={value}
unmask
/>
</StyledContainer>
);