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
COMPASS-144 call stopPropagation() when cancel clicked (#565)
* COMPASS-144 call stopPropagation() when cancel clicked
otherwise the event bubbles up to the top and causes the page to reload, which takes the user back to the instance level.
* switch to preventDefault() because it’s less invasive.
0 commit comments