fix date preview
This commit is contained in:
@ -9,3 +9,5 @@ const DatePreview = ({ value }) =>
|
||||
hour12: false,
|
||||
}).format(new Date(value))
|
||||
);
|
||||
|
||||
export default DatePreview;
|
||||
|
Reference in New Issue
Block a user