Skip to content

Commit 3fcefe9

Browse files
committedOct 19, 2023
removed the issue causing line
1 parent 3e4493b commit 3fcefe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎react/components/DateField/DateField.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const DateField = ({ label, value, handleDateChange, disabled }) => {
7171
value={value ? dayjs.utc(value) : null}
7272
onChange={handleDateChange}
7373
disabled={disabled}
74-
views={["year", "day", "hours"]}
7574
slotProps={{
7675
textField: {
7776
id: "date",

0 commit comments

Comments
 (0)
Please sign in to comment.