aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-22 12:57:05 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-22 12:57:05 -0500
commit5b025537f60ef9222c0203db378c0298cd3dc86f (patch)
treefdb8cbff1bdbb4b3ed3399f9a15f86f51a85f9fe /src/client/views/collections/CollectionView.tsx
parent47214818a4a6f423ed65ab90d2a5876bde370dc8 (diff)
adding fields to properties column
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
-rw-r--r--src/client/views/collections/CollectionView.tsx2
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>;
}