Commit 9abeb2bf authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch 'fix-error-flash-is-hidden-when-updating-issue' into 'master'

Fix error flash is hidden when updating issue repeatedly

See merge request gitlab-org/gitlab!83700
parents bdd52429 f23ffde0
......@@ -431,7 +431,7 @@ export default {
clearFlash() {
if (this.flashContainer) {
this.flashContainer.style.display = 'none';
this.flashContainer.close();
this.flashContainer = null;
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment