mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
6de6928cc2
@ -197,7 +197,7 @@ DatePicker.RangePicker = function RangePicker(props: any) {
|
||||
{ label: t('Next 90 days'), value: rangesValue.next90Days },
|
||||
];
|
||||
|
||||
const targetPicker = value ? inferPickerType(value?.[0]) : picker;
|
||||
const targetPicker = value ? inferPickerType(value?.[0], picker) : picker;
|
||||
const targetDateFormat = getPickerFormat(targetPicker) || format;
|
||||
const newProps: any = {
|
||||
utc,
|
||||
|
Loading…
x
Reference in New Issue
Block a user