mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix syntax typo
This commit is contained in:
parent
250e79f53c
commit
12a0e73587
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ if (Meteor.isServer) {
|
||||||
if (customField.name) {
|
if (customField.name) {
|
||||||
params.customField = customField.name;
|
params.customField = customField.name;
|
||||||
}
|
}
|
||||||
if (actitivy.value) {
|
if (activity.value) {
|
||||||
params.customFieldValue = activity.value;
|
params.customFieldValue = activity.value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue