Commit f23ffde0 authored by KunQian's avatar KunQian

Fix error flash is hidden when updating issue repeatedly

parent 134eecdc
...@@ -431,7 +431,7 @@ export default { ...@@ -431,7 +431,7 @@ export default {
clearFlash() { clearFlash() {
if (this.flashContainer) { if (this.flashContainer) {
this.flashContainer.style.display = 'none'; this.flashContainer.close();
this.flashContainer = null; 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