diff options
| author | bobzel <zzzman@gmail.com> | 2019-07-30 12:53:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 12:53:47 -0400 |
| commit | 23ba38a9a6ae60f98a72b517fb3a470491da2540 (patch) | |
| tree | cf6c835ce50b478c61958a7918e21df8ab5069f2 /src/client/views/collections/CollectionViewChromes.tsx | |
| parent | 8c5d616d48d618cfdfc4c2420d6c5c9c856ee749 (diff) | |
| parent | 596508d80c589a0392c444a71d8762c4d6f788c7 (diff) | |
Merge pull request #215 from browngraphicslab/youtube-api-muhammed
Youtube api muhammed
Diffstat (limited to 'src/client/views/collections/CollectionViewChromes.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionViewChromes.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index 2bffe3cc0..38aafd3cc 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -208,6 +208,7 @@ export class CollectionViewBaseChrome extends React.Component<CollectionViewChro <input className="collectionViewBaseChrome-viewSpecsInput" placeholder="FILTER DOCUMENTS" value={this.filterValue ? this.filterValue.script.originalScript : ""} + onChange={(e) => { }} onPointerDown={this.openViewSpecs} /> <div className="collectionViewBaseChrome-viewSpecsMenu" onPointerDown={this.openViewSpecs} |
