for open.form event

[ci skip]
This commit is contained in:
Phil Hughes 2017-05-15 11:38:26 +01:00
parent 45c274da23
commit 14387b49a5
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ export default {
eventHub.$off('delete.issuable', this.deleteIssuable);
eventHub.$off('update.issuable', this.updateIssuable);
eventHub.$off('close.form', this.closeForm);
eventHub.$off('open.form', this.openForm);
},
};
</script>