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
ModalForm should handle empty schemas, rendering an empty form with just the submit and cancel buttons. @tedw87#7687
Bugfix
Hide date and time fields when either "Whole Day" or "Open End" is checked in the Event form. @wesleybl#3243
Fixed a bug in the login form where the user could see a spinner instead of an error message after a failed login, when the login form was loaded via server-side rendering. @aryan7081#7397
Backport #7712. Include other *.md files in the repo root for link checking, fix redirecting links, and remove non-responsive server. @stevepiercy#7721
Update actions/checkout to v5 in all GitHub Actions workflows. @wesleybl#7724
Refactored the FormFieldWrapper widget by converting it from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5#7734