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

Remove the code finding an issue by undefined

parent 2f53a8d0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -39,8 +39,7 @@
// Need this because our jQuery very kindly disables buttons on ALL form submissions
$(this.$els.submitButton).enable();
 
// Remove issue with no ID
const issue = this.list.findIssue(undefined);
// Remove the issue
this.list.removeIssue(issue);
 
// Show error message
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