diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 12:57:05 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 12:57:05 -0500 |
| commit | 5b025537f60ef9222c0203db378c0298cd3dc86f (patch) | |
| tree | fdb8cbff1bdbb4b3ed3399f9a15f86f51a85f9fe /src/client/views/collections/CollectionView.tsx | |
| parent | 47214818a4a6f423ed65ab90d2a5876bde370dc8 (diff) | |
adding fields to properties column
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 44d22dd5d..616e7995d 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -588,7 +588,7 @@ export class CollectionView extends Touchable<FieldViewProps & CollectionViewCus width: `${this.propertiesWidth()}px`, overflow: this.propertiesWidth() < 15 ? "hidden" : undefined }}> - <PropertiesView /> + <PropertiesView document={this.dataDoc} /> </div>; } |
