Skip to content

Commit c7f8a64

Browse files
authoredOct 19, 2023
Merge pull request #197 from MeasureAuthoringTool/MAT-6311/fixDateBug
Mat 6311/fix date bug
2 parents 77d3975 + 16440f4 commit c7f8a64

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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",

‎react/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@madie/madie-design-system",
3-
"version": "1.0.59",
3+
"version": "1.0.60",
44
"description": "Shared style guide across the Madie program.",
55
"main": "dist/index.js",
66
"homepage": "https://github.com/MeasureAuthoringTool/madie-design-system",

0 commit comments

Comments
 (0)
Please sign in to comment.