Skip to content

Commit 942ca88

Browse files
authored
V7_DateTimePicker (#2487)
1 parent d0d8867 commit 942ca88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dateTimePicker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function DateTimePicker(props: DateTimePickerPropsInternal) {
136136
// @ts-expect-error
137137
useCustomTheme,
138138
testID,
139-
migrateTextField,
139+
migrateTextField = true,
140140
...others
141141
} = props;
142142

0 commit comments

Comments
 (0)