diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-25 11:43:35 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-25 11:43:35 -0500 |
| commit | caf0d282833aa0b469dfdec0c7f47174da0204aa (patch) | |
| tree | 5c896c668edc0d389dd3e89e9340b744bcbc4bf4 /src/client/views/collections/CollectionViewChromes.tsx | |
| parent | 3de5516fd4516654da1334ac9fecc2e568e15423 (diff) | |
| parent | e2023a6bd7d52569b802a1889119b2faa9ace4c0 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into script_documents
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 5dc0b09ac..8c4d53d63 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; |
