diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 23:45:34 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 23:45:34 -0400 |
| commit | 50552174123eb5622821de5f848e6e70c7346214 (patch) | |
| tree | bd1ac35f5f218964fba4d4b978afa3328a9d1651 /src/client/views/nodes/KeyValuePair.tsx | |
| parent | f0f9e3b47be48586acfe3030776efc98bf1d7046 (diff) | |
fixed a bunch of warnings
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.tsx')
| -rw-r--r-- | src/client/views/nodes/KeyValuePair.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/KeyValuePair.tsx b/src/client/views/nodes/KeyValuePair.tsx index 3d59ea61a..ef039c857 100644 --- a/src/client/views/nodes/KeyValuePair.tsx +++ b/src/client/views/nodes/KeyValuePair.tsx @@ -59,6 +59,7 @@ export class KeyValuePair extends React.Component<KeyValuePairProps> { ContainingCollectionView: undefined, ContainingCollectionDoc: undefined, fieldKey: this.props.keyName, + rootSelected: returnFalse, isSelected: returnFalse, select: emptyFunction, dropAction:"alias", |
