mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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) {
|
||||
params.customField = customField.name;
|
||||
}
|
||||
if (actitivy.value) {
|
||||
if (activity.value) {
|
||||
params.customFieldValue = activity.value;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue