diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-22 15:41:04 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-22 15:41:04 -0500 |
| commit | bfebed91e12abca324d7a638adeb1da9755a9057 (patch) | |
| tree | dae9d6b9b29b018f9025901175661141b78d60de /src/client/views/collections/CollectionViewChromes.tsx | |
| parent | 6b1e9b68c3d409df6ea2a8909b99d5d8d75226c5 (diff) | |
basic cleanup for warnings
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewChromes.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index 075c48134..42c563fe2 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -416,8 +416,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewChro placeholder="FILTER" value={this.filterValue ? this.filterValue.script.originalScript === "return true" ? "" : this.filterValue.script.originalScript : ""} onChange={(e) => { }} - onPointerDown={this.openViewSpecs} - id="viewSpecsInput" /> + onPointerDown={this.openViewSpecs} /> {this.getPivotInput()} <div className="collectionViewBaseChrome-viewSpecsMenu" onPointerDown={this.openViewSpecs} |
