risky commit ⚠️

This commit is contained in:
2024-10-11 17:36:22 +05:30
parent 2f816f3c45
commit 28990bb9d6

View File

@@ -34,6 +34,7 @@ const CurrencyInput = forwardRef(({ value, onChange, ...props }, ref) => {
{...props}
ref={ref} // Forward ref here
type="text"
focusBorderColor="forestGreen.300"
value={formatCurrency(value)}
onChange={handleChange}
/>