Skip to content
Snippets Groups Projects
Commit 14387b49 authored by Phil Hughes's avatar Phil Hughes
Browse files

for open.form event

[ci skip]
parent 45c274da
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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>
Loading
Loading
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