Commit 8c5e50e1 authored by Phil Hughes's avatar Phil Hughes Committed by Fatih Acet

Fixed remove btn error after creating new issue in list

parent e85cd9ee
......@@ -37,6 +37,7 @@
$(this.$refs.submitButton).enable();
Store.detail.issue = issue;
Store.detail.list = this.list;
})
.catch(() => {
// Need this because our jQuery very kindly disables buttons on ALL form submissions
......
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