diff options
| author | mehekj <mehek.jethani@gmail.com> | 2023-04-12 20:55:14 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2023-04-12 20:55:14 -0400 |
| commit | fb9ec75c46bc237bc6c8df24ee998e6de90168a1 (patch) | |
| tree | 691c2cca5a019fd2153b100deda8a65f0d948d0d /src/client/views/collections/collectionSchema/SchemaRowBox.tsx | |
| parent | 12e832da09870c1b08020f3feab327b506893175 (diff) | |
readonly fields and schema key info display
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaRowBox.tsx')
| -rw-r--r-- | src/client/views/collections/collectionSchema/SchemaRowBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx index 2defaae00..aa8a61205 100644 --- a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx +++ b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx @@ -123,6 +123,7 @@ export class SchemaRowBox extends ViewBoxBaseComponent<FieldViewProps>() { <SchemaTableCell key={key} Document={this.rootDoc} + schemaView={this.schemaView} fieldKey={key} columnWidth={this.schemaView?.displayColumnWidths[index] ?? CollectionSchemaView._minColWidth} isRowActive={this.props.isContentActive} |
