diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-10 12:56:51 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-10 12:56:51 -0400 |
| commit | 4b604b5118a1aac89d977c832c81495ec2c9aa19 (patch) | |
| tree | 73128d91c92b706365137eb7f18b00e686442e04 /src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx | |
| parent | ecea2cb94fa0ea3f9959b3a8f5f43ae7e98aa552 (diff) | |
lock row editing
Diffstat (limited to 'src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx')
| -rw-r--r-- | src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx index dbbf76ea7..3719840ff 100644 --- a/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx +++ b/src/client/views/collections/collectionSchema/SchemaColumnHeader.tsx @@ -126,6 +126,7 @@ export class SchemaColumnHeader extends ObservableReactComponent<SchemaColumnHea oneLine={true} allowCRs={false} contents={undefined} + onClick={this.openKeyDropdown} fieldContents={fieldProps} editing={undefined} placeholder={'Add key'} |
