diff options
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
-rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 3adeb6133..d3fee85a7 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -559,7 +559,6 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc <div style={{ display: this.open ? "flex" : "none", overflow: "auto", position: "absolute" }}> <CollectionSchemaView {...this.props} CollectionView={undefined} - annotationsKey={""} addDocument={returnFalse} Document={this.props.Document} moveDocument={returnFalse} |