summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/cards/checklists.js')
-rw-r--r--client/components/cards/checklists.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/checklists.js b/client/components/cards/checklists.js
index 5a612a51..5d789351 100644
--- a/client/components/cards/checklists.js
+++ b/client/components/cards/checklists.js
@@ -76,8 +76,8 @@ BlazeComponent.extendComponent({
const title = textarea.value.trim();
let cardId = this.currentData().cardId;
const card = Cards.findOne(cardId);
- if (card.isImported())
- cardId = card.importedId;
+ if (card.isLinked())
+ cardId = card.linkedId;
if (title) {
Checklists.insert({