Commit 24f7775a authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '355536-mounted-to-created' into 'master'

Jira Connect: move click event listener to `created` hook

See merge request gitlab-org/gitlab!83355
parents e9123612 8eca3ef0
......@@ -24,7 +24,7 @@ export default {
canUseCrypto: AccessorUtilities.canUseCrypto(),
};
},
mounted() {
created() {
window.addEventListener('message', this.handleWindowMessage);
},
beforeDestroy() {
......
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