From be3325ce3545b109d08da2436f5c4ec120af2a5a Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 7 Jun 2021 17:52:36 +0200 Subject: [PATCH] CustomFields were not created after adding 1 card --- client/components/lists/listBody.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js index 283034703..65eff9ed5 100644 --- a/client/components/lists/listBody.js +++ b/client/components/lists/listBody.js @@ -116,8 +116,6 @@ BlazeComponent.extendComponent({ if (position === 'bottom') { this.scrollToBottom(); } - - formComponent.reset(); } },