mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 12:17:44 +02:00
fix: use values not arrays in activity (#9992)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -302,8 +302,8 @@ export async function getTxAttributesUpdates (
|
||||
}
|
||||
|
||||
if (valueSizeExceedsLimit(attrValue)) {
|
||||
attrValue = [activity.string.ValueTooLarge]
|
||||
prevValue = [activity.string.ValueTooLarge]
|
||||
attrValue = activity.string.ValueTooLarge
|
||||
prevValue = activity.string.ValueTooLarge
|
||||
}
|
||||
|
||||
let setAttr = []
|
||||
|
||||
Reference in New Issue
Block a user