diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-26 13:48:25 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-26 13:48:25 -0400 |
| commit | 2437028db1f273350b0422da0ef3a5f520ffce59 (patch) | |
| tree | 49c95985e90abadb3b56c45baa8c80199aab7377 /src/client/views/collections/collectionSchema/SchemaRowBox.tsx | |
| parent | 830121ffc5d3d7ba9c5bd48771b6927d24dfce59 (diff) | |
self-reference warning added
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 3f5c2a90e..c9feeac6b 100644 --- a/src/client/views/collections/collectionSchema/SchemaRowBox.tsx +++ b/src/client/views/collections/collectionSchema/SchemaRowBox.tsx @@ -179,7 +179,7 @@ export class SchemaRowBox extends ViewBoxBaseComponent<SchemaRowBoxProps>() { <SchemaTableCell selectReference={this.selectReference} refSelectModeInfo={this.refSelectModeInfo} - func={this.eqHighlightFunc} + eqHighlightFunc={this.eqHighlightFunc} equationHighlightRef={this.schemaView._cellHighlightColors} highlightCells={this.highlightCells} isolatedSelection={this.isolatedSelection} |
