aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-17 14:58:18 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-06-17 14:58:18 -0400
commit50021902948840e87da1faf74f6403e25e667580 (patch)
treea3bba2d00da0cdcac0472b3894964467859d2feb /src/client/views/collections/collectionSchema/SchemaTableCell.tsx
parent69153ed435cbbc10637563b8bb576a80f8c0693f (diff)
persistent sort option added, still need UI indication; some header bugs/weirdness fixed
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaTableCell.tsx')
-rw-r--r--src/client/views/collections/collectionSchema/SchemaTableCell.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
index 79f9067e2..17fff7bf1 100644
--- a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
+++ b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
@@ -177,7 +177,7 @@ export class SchemaTableCell extends ObservableReactComponent<SchemaTableCellPro
width: '100%',
pointerEvents: this.lockedInteraction ? 'none' : pointerEvents,
}}>
- <SchemaCellField
+ <EditableView
highlightCells={this.adjustedHighlight}
ref={r => selectedCell(this._props) && this._props.autoFocus && r?.setIsFocused(true)}
oneLine={this._props.oneLine}