From c8f7a64ec65c2de28505aaf7c3f76985c710b67c Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 13 Sep 2023 11:20:51 -0400 Subject: fixed input new node for schema --- src/client/views/collections/collectionSchema/CollectionSchemaView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx index d757d5349..d2b61167e 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx @@ -870,7 +870,7 @@ export class CollectionSchemaView extends CollectionSubView() { {this._columnMenuIndex !== undefined && this.renderColumnMenu} {this._filterColumnIndex !== undefined && this.renderFilterMenu} (this._tableContentRef = ref)} /> - {!this.layoutDoc.chromeHidden ? null : ( + {this.layoutDoc.chromeHidden ? null : (