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
[fix] Refactors event forms to improve title field handling
Updates the `EventEditor` and `NewForm` components by moving the title input field to a consistent position within the forms.
The title field is now rendered after the type dropdown in the `NewForm`, enhancing user experience by maintaining a clear structure.
Redundant code for the type dropdown in `EventEditor` has been removed to streamline the component.
0 commit comments