diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-05-18 14:24:28 -0700 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-05-18 14:24:28 -0700 |
| commit | 21cd63dc9536deea17814231605ff22ea59e26b4 (patch) | |
| tree | c201ca8b061b373617c4f3f6cc35386720e97c6d /src/client/views/collections/CollectionViewChromes.tsx | |
| parent | f23fde615bbeb98a93923eab1ee11c2230e67cd5 (diff) | |
fixed some bugs with webbox and hacked some problems with cognitive services
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 62b03bbdc..548956d11 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -371,6 +371,7 @@ export class CollectionStackingViewChrome extends React.Component<CollectionView this.suggestions = []; } + @action setValue = (value: string) => { this.props.CollectionView.props.Document._pivotField = value; return true; |
