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
There is currently no inline error state (red border, field-level messages) for ProjectManagement.tsx and ArchiveEditDialog.tsx) only relying on HTML5 required attribute and alert() for communicating errors.
ToDo
Use React Hook Form with Zodiac too drive field-level validation and display errors messages with each input
There is currently no inline error state (red border, field-level messages) for
ProjectManagement.tsxandArchiveEditDialog.tsx) only relying on HTML5requiredattribute andalert()for communicating errors.ToDo