diff options
Diffstat (limited to 'src/client/views')
-rw-r--r-- | src/client/views/nodes/trails/PresBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresBox.tsx b/src/client/views/nodes/trails/PresBox.tsx index 3d13f0dde..b192dc3db 100644 --- a/src/client/views/nodes/trails/PresBox.tsx +++ b/src/client/views/nodes/trails/PresBox.tsx @@ -389,6 +389,7 @@ export class PresBox extends ViewBoxBaseComponent<FieldViewProps>() { // this.activeItem for (let key in resObj) { if (resObj[key]) { + console.log('typeof property', typeof resObj[key]); this.activeItem[key] = resObj[key]; } } |