-
Notifications
You must be signed in to change notification settings - Fork 6
Fixed page reload issue and date time picker render #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ddey2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
metadata of type 'datetimepicker' is not created
[Notes] Blank page observed after submitting metadata definition via the dataset popup, rootcause found to be incorrect React state assignment. I've removed the temporary fix that was added
|
Note: Blank page issue was found to be related to the error reported in #217 , caused by an incorrect react state assignment, which I have corrected now |
|
Datetime picker worked for me. Maybe try |
|
I can create an definition of date time; but somehow i cannot update it |
|
|
ddey2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.

Issue: 1) DateTimePicker widget type does not render correctly
2) After submitting the metadata definition, empty page is loaded
Fix: 1) Migrate DateTimePicker away from
@mui/lab, added Dayjs package as per MUI development guide