mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-06-10 07:16:01 +00:00
fix(ui): remover avisos visuais e destacar atualizações
This commit is contained in:
@@ -56,7 +56,7 @@ const formatDigits = (digits: string) => {
|
||||
return BRL_FORMATTER.format(numeric);
|
||||
};
|
||||
|
||||
export interface CurrencyInputProps
|
||||
interface CurrencyInputProps
|
||||
extends Omit<
|
||||
React.ComponentProps<typeof Input>,
|
||||
"value" | "defaultValue" | "type" | "inputMode" | "onChange"
|
||||
|
||||
Reference in New Issue
Block a user