Merge pull request #3856 from mfilser/custom_fields_missing_after_adding_first_card

CustomFields were not created after adding 1 card
reviewable/pr3857/r1
Lauri Ojansivu 4 years ago committed by GitHub
commit 0f564365f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      client/components/lists/listBody.js

@ -116,8 +116,6 @@ BlazeComponent.extendComponent({
if (position === 'bottom') {
this.scrollToBottom();
}
formComponent.reset();
}
},

Loading…
Cancel
Save