Fixed remove btn error after creating new issue in list

This commit is contained in:
Phil Hughes 2017-02-03 13:17:11 +00:00 committed by Fatih Acet
parent e85cd9eede
commit 8c5e50e12b
1 changed files with 1 additions and 0 deletions

View File

@ -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