Fix typo.

This commit is contained in:
Lauri Ojansivu 2021-11-26 00:56:16 +02:00
parent e0978000f8
commit b9d98f58cf

View file

@ -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);
},