mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 18:56:10 +01:00
template literals correction
This commit is contained in:
parent
d6cfac0122
commit
838578657d
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ Template.cardCustomFieldsPopup.events({
|
|||
const CardCustomField = BlazeComponent.extendComponent({
|
||||
|
||||
getTemplate() {
|
||||
return 'cardCustomField-${this.data().definition.type}';
|
||||
return `cardCustomField-${this.data().definition.type}`;
|
||||
},
|
||||
|
||||
onCreated() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue