Lauri Ojansivu 3 yıl önce
ebeveyn
işleme
b9d98f58cf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      client/components/cards/cardCustomFields.js

+ 1 - 1
client/components/cards/cardCustomFields.js

@@ -271,7 +271,7 @@ CardCustomField.register('cardCustomField');
       {
         'submit .js-card-customfield-stringtemplate'(event) {
           event.preventDefault();
-          const items = this.stringtemplateItems.get()
+          const items = this.stringtemplateItems.get();
           this.card.setCustomField(this.customFieldId, items);
         },