aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-30 18:47:20 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-30 18:47:20 -0400
commit821e10405c13e125ea439450b7a66090f0c118fa (patch)
treeb78ce635b48daafdb9601856cfdf078517346369 /src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
parent6d8c85aacba7d9ccdedfb85b838e84ad914e6081 (diff)
adding columns to left/right of other column
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
index 382d7487b..70db3d1f5 100644
--- a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx
@@ -66,7 +66,6 @@ export class SchemaColumnHeader extends ObservableReactComponent<SchemaColumnHea
constructor(props: SchemaColumnHeaderProps){
super(props);
makeObservable(this);
- this._props.schemaView.openColumnMenu(0, false)
}
getFinfo = computedFn((fieldKey: string) => this._props.schemaView?.fieldInfos.get(fieldKey));