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
I grabbed the latest master with #699 , issue still persists with the Journal Entry page.
I was able to build on your fix to resolve it in date.vue line 118:
//let value: Date | null = new Date(target.value);
let value: Date | null = DateTime.fromISO(target.value).toJSDate();
Maybe this will help close it out?
The text was updated successfully, but these errors were encountered:
I grabbed the latest master with #699 , issue still persists with the Journal Entry page.
I was able to build on your fix to resolve it in date.vue line 118:
//let value: Date | null = new Date(target.value);
let value: Date | null = DateTime.fromISO(target.value).toJSDate();
Maybe this will help close it out?
The text was updated successfully, but these errors were encountered: