diff options
author | mehekj <mehek.jethani@gmail.com> | 2023-02-27 17:00:49 -0500 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2023-02-27 17:00:49 -0500 |
commit | 222f659b8c291fafce2648e367392dd9f467cb25 (patch) | |
tree | 2592b253f380624323285c325cf415d22ea42cbb /src/client/views/nodes/DocumentContentsView.tsx | |
parent | fecf9bdf8fc6d551e4595af688179950af6ca684 (diff) |
rows are documentviews but clipped
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index 569579996..459554ebe 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -44,6 +44,7 @@ import { WebBox } from './WebBox'; import React = require('react'); import XRegExp = require('xregexp'); import { LoadingBox } from './LoadingBox'; +import { SchemaRowBox } from '../collections/collectionSchema/SchemaRowBox'; const JsxParser = require('react-jsx-parser').default; //TODO Why does this need to be imported like this? @@ -268,6 +269,7 @@ export class DocumentContentsView extends React.Component< HTMLtag, ComparisonBox, LoadingBox, + SchemaRowBox, }} bindings={bindings} jsx={layoutFrame} |