You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend would report
"Not able to parse date string 2021-06-15T13:33: ParseException: Unparseable date: "2021-06-15T13:33"".
This fixes that, by making sure the date stored in redux is
a proper ISO date again.
0 commit comments