updated
This commit is contained in:
@@ -9,7 +9,7 @@ const Datepicker = ({
|
||||
label,
|
||||
control,
|
||||
errors,
|
||||
defaultValue = [],
|
||||
defaultValue = new Date(),
|
||||
config = {},
|
||||
infoText = null,
|
||||
minDate = null,
|
||||
|
||||
@@ -11,7 +11,7 @@ const DatepickerRange = ({
|
||||
label,
|
||||
control,
|
||||
errors,
|
||||
defaultValue = [],
|
||||
defaultValue = [new Date()],
|
||||
config = {},
|
||||
infoText = null,
|
||||
minDate = null,
|
||||
|
||||
Reference in New Issue
Block a user