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
🤖 refactor: DRY - extract duplicated state reset logic
Extracted duplicated state to constants/helpers:
- INITIAL_WORKSPACE_MODAL_STATE in App.tsx (used in useState + onClose)
- resetForm() in NewWorkspaceModal.tsx (used in handleCancel + handleSubmit)
Reduces duplication and ensures consistent state resets across all paths.
Generated with `cmux`
0 commit comments