Added config provider with default small text. Replcaed all datepicker components to add proper format. BOD-166 BOD-246
This commit is contained in:
@@ -50,7 +50,7 @@ const FormInputNUmberCalculator = (
|
||||
|
||||
useEffect(() => {
|
||||
if (value !== formValue && formOnChange) formOnChange(value);
|
||||
}, [formOnChange, value]);
|
||||
}, [formOnChange, formValue, value]);
|
||||
|
||||
useEffect(() => {
|
||||
if (history.length > 2) {
|
||||
|
||||
Reference in New Issue
Block a user