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: resolve race condition in environment creation modal
Prevents tab from resetting to 'default' when creating first environment.
Previously, CreateEnvironment modal would call onClose() which set tab to
'default', causing a brief flash back to DefaultTab before EnvironmentList
appeared. Now only resets tab if no environments were created.
0 commit comments