Skip to content
Snippets Groups Projects
Commit a1b57e56 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

clear import task reload when leaving project detail page

parent ef978f64
No related branches found
No related tags found
2 merge requests!2132.3.2-rc1,!209REDMINE_ISSUE-12661
...@@ -945,6 +945,10 @@ export default { ...@@ -945,6 +945,10 @@ export default {
setTimeout(() => (this.tempMessage = null), 5000); //* hide message after 5 seconds setTimeout(() => (this.tempMessage = null), 5000); //* hide message after 5 seconds
} }
}, },
destroyed() {
this.CLEAR_RELOAD_INTERVAL_ID();
},
}; };
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment