aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-06 19:09:02 -0400
committerbobzel <zzzman@gmail.com>2024-05-06 19:09:02 -0400
commit23d4470b3f6a0bd862f3f5f9c775be039d479d81 (patch)
tree577b35301d0ba9961beb7d3837e531b4a0c61c8c /src/client/views/collections/collectionSchema
parent139600ab7e8a82a31744cd3798247236cd5616fc (diff)
eslint cleanup
Diffstat (limited to 'src/client/views/collections/collectionSchema')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.tsx2
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}
/>
);
}