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
Current Behavior
Errors handled with the modal handing that shows an Alert of type error remain after the request succeeds. I don't think there's a method to reset that, probably simply setting this.alert = null would be fine.
Steps to Reproduce
Open change email modal
Change email
Input wrong password
Input correct password
Expected Behavior
Error message disappears.
Screenshots
Possible Solution
Simply set this.alert = null; or add a method that does this - easier for extension developers to know it exists and use it.
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
Errors handled with the modal handing that shows an Alert of type error remain after the request succeeds. I don't think there's a method to reset that, probably simply setting
this.alert = null
would be fine.Steps to Reproduce
Expected Behavior
Error message disappears.
Screenshots
Possible Solution
Simply set
this.alert = null;
or add a method that does this - easier for extension developers to know it exists and use it.The text was updated successfully, but these errors were encountered: