Skip to content

Commit ab9f5ed

Browse files
author
chenbiao
committed
fix: 尝试解决代码覆盖率问题
1 parent cc480fc commit ab9f5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PickerInput/Popup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function Popup<DateType extends object = any>(props: PopupProps<D
6060
range,
6161
multiple,
6262
activeInfo = [0, 0, 0],
63-
index = 0,
63+
index,
6464
// Presets
6565
presets,
6666
onPresetHover,

0 commit comments

Comments
 (0)