SeattleColleges / nsc-events-nextjs

NSC Events Web Application
MIT License
5 stars 5 forks source link

BUG: Fix errors for Start Time and End Time fields in Edit Event dialog #518

Closed heosman closed 2 months ago

heosman commented 2 months ago
  1. When editing an event, start time and end time fields have a red outline as if there is an error, when there is none. It does not affect the changes being saved, but it should be fixed to avoid confusion.

    image
  2. In addition, these two fields should display the time that was set previously for the event, rather than "hh:mm aa" like it does currently. This is what it should look like:

    image
cshimm commented 2 months ago

I will pick this up @heosman