diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-06 19:09:02 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-06 19:09:02 -0400 |
| commit | 23d4470b3f6a0bd862f3f5f9c775be039d479d81 (patch) | |
| tree | 577b35301d0ba9961beb7d3837e531b4a0c61c8c /src/client/views/collections/collectionSchema | |
| parent | 139600ab7e8a82a31744cd3798247236cd5616fc (diff) | |
eslint cleanup
Diffstat (limited to 'src/client/views/collections/collectionSchema')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx index b684b65e5..fd57f3d13 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx @@ -1234,7 +1234,7 @@ class CollectionSchemaViewDoc extends ObservableReactComponent<CollectionSchemaV hideTitle hideDocumentButtonBar hideLinkAnchors - layout_fitWidth={returnTrue} + fitWidth={returnTrue} /> ); } |
