fixed build issue
This commit is contained in:
@@ -74,7 +74,9 @@ const DatePicker = <T extends FieldValues>({
|
||||
maxDate={maxDate}
|
||||
onlyMonthPicker={onlyMonthPicker}
|
||||
plugins={
|
||||
timePicker ? [<TimePicker position="bottom" />] : []
|
||||
timePicker
|
||||
? [<TimePicker key={name} position="bottom" />]
|
||||
: []
|
||||
}
|
||||
onlyYearPicker={onlyYearPicker}
|
||||
multiple={multiple}
|
||||
|
||||
Reference in New Issue
Block a user