diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-05 11:11:07 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-05 11:11:07 -0500 |
| commit | 6ee91f4f5044465dfe33113dd84b7ffc8308bd2a (patch) | |
| tree | c0f22090f9f72231cb74500e1d78960891cc01a8 /src/client/views/nodes/KeyValuePair.tsx | |
| parent | 245fb46560603f95116580448ee8711fbf342979 (diff) | |
compile warning fixes.
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 bca68cdd9..3e253b83a 100644 --- a/src/client/views/nodes/KeyValuePair.tsx +++ b/src/client/views/nodes/KeyValuePair.tsx @@ -56,6 +56,7 @@ export class KeyValuePair extends React.Component<KeyValuePairProps> { const props: FieldViewProps = { Document: this.props.doc, DataDoc: this.props.doc, + LibraryPath: [], ContainingCollectionView: undefined, ContainingCollectionDoc: undefined, ruleProvider: undefined, |
