diff options
| author | bobzel <zzzman@gmail.com> | 2024-01-31 20:39:47 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-01-31 20:39:47 -0500 |
| commit | 0d8c05db9cbb5a23a94554c65015c347ff8c38b9 (patch) | |
| tree | fa1cd6ba23262e81ee7b1b03a89783d0026cbba0 /src/client/views/collections/collectionSchema/SchemaRowBox.tsx | |
| parent | 8ac814bbb81b690a6a10f5a07aa5ce0e8cafe283 (diff) | |
cleaned up accessing/setting proto_embeddings with api on Doc. fixed some css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params.
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaRowBox.tsx')
| -rw-r--r-- | src/client/views/collections/collectionSchema/SchemaRowBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx index f2fe0dde7..39fea2d2e 100644 --- a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx +++ b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx @@ -121,7 +121,7 @@ export class SchemaRowBox extends ViewBoxBaseComponent<SchemaRowBoxProps>() { pointerEvents: !this._props.isContentActive() ? 'none' : undefined, }}> <IconButton - tooltip="whether document interations are enabled" + tooltip="whether document interactions are enabled" icon={this.Document._lockedPosition ? <CgLockUnlock size="12px" /> : <CgLock size="12px" />} size={Size.XSMALL} onPointerDown={e => |
