Commit 1b3d7bd9 authored by Rais Aryaguna's avatar Rais Aryaguna

fix error

parent 0348e690
......@@ -28,11 +28,8 @@ export function RHFNumeric({
maxValue,
minValue,
readOnly,
<<<<<<< HEAD
displayOnly = false,
=======
negativeMask = 'prefix',
>>>>>>> c01b578371dc0ae1737eb9b12fc456e83b835b3f
...props
}: RHFNumericProps) {
const { control } = useFormContext();
......@@ -112,13 +109,9 @@ export function RHFNumeric({
fixedDecimalScale: false,
maxValue,
minValue,
<<<<<<< HEAD
negativeMask,
// format-component butuhkan ini agar tidak error
valueIsNumericString: true,
=======
negativeMask,
>>>>>>> c01b578371dc0ae1737eb9b12fc456e83b835b3f
},
style: displayOnly
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment