summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/lists/listBody.js')
-rw-r--r--client/components/lists/listBody.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index c3a85614..907c2157 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -1,8 +1,4 @@
BlazeComponent.extendComponent({
- template() {
- return 'listBody';
- },
-
mixins() {
return [Mixins.PerfectScrollbar];
},
@@ -122,10 +118,6 @@ function toggleValueInReactiveArray(reactiveValue, value) {
}
BlazeComponent.extendComponent({
- template() {
- return 'addCardForm';
- },
-
onCreated() {
this.labels = new ReactiveVar([]);
this.members = new ReactiveVar([]);