mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Correct typo
This commit is contained in:
parent
250e79f53c
commit
8e29a52d71
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