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/collections/CollectionSchemaCells.tsx | |
| parent | 245fb46560603f95116580448ee8711fbf342979 (diff) | |
compile warning fixes.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaCells.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaCells.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaCells.tsx b/src/client/views/collections/CollectionSchemaCells.tsx index 1700c14cf..171dc4606 100644 --- a/src/client/views/collections/CollectionSchemaCells.tsx +++ b/src/client/views/collections/CollectionSchemaCells.tsx @@ -143,6 +143,7 @@ export class CollectionSchemaCell extends React.Component<CellProps> { const props: FieldViewProps = { Document: this.props.rowProps.original, DataDoc: this.props.rowProps.original, + LibraryPath: [], fieldKey: this.props.rowProps.column.id as string, ruleProvider: undefined, ContainingCollectionView: this.props.CollectionView, |
