diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-13 17:30:02 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-13 17:30:02 -0400 |
| commit | dd7679295b84ceba49b8d581bb64f97cc1a86fbb (patch) | |
| tree | caf3ffb20a526fc65f31900dabc1bf90bc132adb /src/client/views/collections/CollectionSchemaCells.tsx | |
| parent | 233893698083cbcfcf39ddad8b57049aeb1ba842 (diff) | |
more rule provider 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 c59107b53..17a3f4f7c 100644 --- a/src/client/views/collections/CollectionSchemaCells.tsx +++ b/src/client/views/collections/CollectionSchemaCells.tsx @@ -149,6 +149,7 @@ export class CollectionSchemaCell extends React.Component<CellProps> { DataDoc: this.props.rowProps.original, fieldKey: this.props.rowProps.column.id as string, fieldExt: "", + ruleProvider: undefined, ContainingCollectionView: this.props.CollectionView, isSelected: returnFalse, select: emptyFunction, |
