Skip to content
Snippets Groups Projects
Commit 23acd06d authored by Julian's avatar Julian
Browse files

Close BroadChannel

parent 7fd57e52
No related branches found
No related tags found
2 merge requests!1046Draft: Resolve "[3.0] Meta-issue for GraphQL back-end and Vue.js frontend",!1045Introduce Vuetify and GraphQL
Checking pipeline status
......@@ -11,6 +11,9 @@ export default {
this.cache = event.data === true;
}
},
destroyed(){
this.channel.close()
},
template: `
<message-box :value="cache" type="warning">
{{ this.$root.django.gettext('This page may contain outdated information since there is no internet connection.') }}
......
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