diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-09 17:02:02 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-09 17:02:02 -0400 |
| commit | 8c4b8ae12fb418d38e5aab6c12514913f1565bb0 (patch) | |
| tree | 8aa98b7c903d60d13809dfea643f3bcc188bb0fd /src/client/views/collections | |
| parent | 8f951d9110d096d665af6fbd295902ef8d3574e8 (diff) | |
send halp
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionViewChromes.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewChromes.tsx b/src/client/views/collections/CollectionViewChromes.tsx index 52c47e7e8..5b673c8ec 100644 --- a/src/client/views/collections/CollectionViewChromes.tsx +++ b/src/client/views/collections/CollectionViewChromes.tsx @@ -33,6 +33,8 @@ let stopPropagation = (e: React.SyntheticEvent) => e.stopPropagation(); @observer export class CollectionViewBaseChrome extends React.Component<CollectionViewChromeProps> { + //.*?doc\.(\w+).*?\("(\w+) + @observable private _viewSpecsOpen: boolean = false; @observable private _dateWithinValue: string = ""; @observable private _dateValue: Date | string = ""; |
