diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-20 17:11:29 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-20 17:11:29 -0400 |
| commit | 46a2a9e1f10b63feeb21a1e186daeaef2ccbcda4 (patch) | |
| tree | b0e8ebeff84345794a0056f94057d2aa48f0f133 /src/client/views/nodes/KeyValueBox.tsx | |
| parent | a39b2854b848006c19460685d7bf4005a9f650ae (diff) | |
| parent | a5dc0e04add05f2f5bf1e17f1ac0a5e0aba1ea41 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/KeyValueBox.tsx')
| -rw-r--r-- | src/client/views/nodes/KeyValueBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/KeyValueBox.tsx b/src/client/views/nodes/KeyValueBox.tsx index 917be734d..3d626eef0 100644 --- a/src/client/views/nodes/KeyValueBox.tsx +++ b/src/client/views/nodes/KeyValueBox.tsx @@ -54,7 +54,7 @@ export class KeyValueBox extends React.Component<FieldViewProps> { field = res.result; } if (Field.IsField(field, true)) { - let target = !eq ? doc : Doc.GetProto(doc); + let target = eq ? doc : Doc.GetProto(doc); target[key] = field; return true; } |
